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