5 references to Log
System.Runtime.Numerics (5)
System\Numerics\Complex.Generic.cs (5)
472
return (ImaginaryOne / two) * (
Log
(One - ImaginaryOne * value) -
Log
(One + ImaginaryOne * value));
571
return
Log
(value) /
Log
(new Complex<T>(baseValue, T.Zero));
576
Complex<T> tempLog =
Log
(value);