5 references to Log
System.Runtime.Numerics (5)
System\Numerics\Complex.cs (5)
487
return (ImaginaryOne / two) * (
Log
(One - ImaginaryOne * value) -
Log
(One + ImaginaryOne * value));
621
return
Log
(value) /
Log
(baseValue);
626
Complex tempLog =
Log
(value);