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