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