diff --git a/reference/math/functions/base-convert.xml b/reference/math/functions/base-convert.xml index 1535dd7149..ac655d9cc1 100644 --- a/reference/math/functions/base-convert.xml +++ b/reference/math/functions/base-convert.xml @@ -1,5 +1,5 @@ - + @@ -43,6 +43,14 @@ echo base_convert($hexadecimal, 16, 2); + + + base_convert may lose precision on large numbers + due to properties related to the internal "double" or "float" type used. + Please see the Floating point numbers + section in the manual for more specific information and limitations. + +