3 references to Log1P
System.Runtime.Numerics (3)
System\Numerics\Complex.Generic.cs (3)
502
v = s_log2 + T.Log(big) +
Log1P
(ratio * ratio) / T.CreateChecked(2);
542
v =
Log1P
(am1 + y * T.Sqrt(t * (a + T.One)));
547
v =
Log1P
(am1 + T.Sqrt(am1 * (a + T.One)));