diff --git a/reference/math/functions/log1p.xml b/reference/math/functions/log1p.xml index e90d018c1a..c1a4b20d69 100644 --- a/reference/math/functions/log1p.xml +++ b/reference/math/functions/log1p.xml @@ -1,5 +1,5 @@ - + log1p @@ -19,6 +19,8 @@ log1p returns log(1 + number) computed in a way that is accurante even when the value of number is close to zero. + log might only return log(1) in this case + due to lack of precision. ¬e.no-windows;