5 references to One
System.Runtime.Numerics (5)
System\Numerics\Complex.cs (5)
222return One / value; 313return (ImaginaryOne / two) * (Log(One - ImaginaryOne * value) - Log(One + ImaginaryOne * value)); 510public static Complex operator --(Complex value) => value - One; 517public static Complex operator ++(Complex value) => value + One;