7 references to One
System.Runtime.Numerics (7)
System\Numerics\Complex.Generic.cs (7)
326return One / value; 472return (ImaginaryOne / two) * (Log(One - ImaginaryOne * value) - Log(One + ImaginaryOne * value)); 670return One; 725public static Complex<T> operator --(Complex<T> value) => value - One; 732public static Complex<T> operator ++(Complex<T> value) => value + One; 739static Complex<T> IMultiplicativeIdentity<Complex<T>, Complex<T>>.MultiplicativeIdentity => One;