3 references to Log1P
System.Runtime.Numerics (3)
System\Numerics\Complex.cs (3)
550v = s_log2 + Math.Log(big) + 0.5 * Log1P(ratio * ratio); 590v = Log1P(am1 + y * Math.Sqrt(t * (a + 1.0))); 595v = Log1P(am1 + Math.Sqrt(am1 * (a + 1.0)));