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