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