diff --git a/language/types.xml b/language/types.xml index e03a0c1f03..3c9220124e 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1215,6 +1215,8 @@ $third = $str{2}; An integer or a floating point number (float) is converted to a string representing the number with its digits (including the exponent part for floating point numbers). + Floating point numbers can be converted using the exponential notation + (4.1E+6).