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