7 references to One
System.Runtime.Numerics (7)
System\Numerics\Complex.Generic.cs (7)
407return One / value; 804return (ImaginaryOne / two) * (Log(One - ImaginaryOne * value) - Log(One + ImaginaryOne * value)); 1094return One; 1161public static Complex<T> operator --(Complex<T> value) => value - One; 1168public static Complex<T> operator ++(Complex<T> value) => value + One; 1175static Complex<T> IMultiplicativeIdentity<Complex<T>, Complex<T>>.MultiplicativeIdentity => One;