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