diff options
Diffstat (limited to 'doc/extensions.html')
| -rw-r--r-- | doc/extensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extensions.html b/doc/extensions.html index d2f8d7ba..3122051d 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
| @@ -183,7 +183,7 @@ in <tt>"-inf"</tt>. | |||
| 183 | <h3 id="tonumber"><tt>tonumber()</tt> etc. use builtin string to number conversion</h3> | 183 | <h3 id="tonumber"><tt>tonumber()</tt> etc. use builtin string to number conversion</h3> |
| 184 | <p> | 184 | <p> |
| 185 | All string-to-number conversions consistently convert integer and | 185 | All string-to-number conversions consistently convert integer and |
| 186 | floating-point inputs in decimal and hexadecimal on all platforms. | 186 | floating-point inputs in decimal, hexadecimal and binary on all platforms. |
| 187 | <tt>strtod()</tt> is <em>not</em> used anymore, which avoids numerous | 187 | <tt>strtod()</tt> is <em>not</em> used anymore, which avoids numerous |
| 188 | problems with poor C library implementations. The builtin conversion | 188 | problems with poor C library implementations. The builtin conversion |
| 189 | function provides full precision according to the IEEE-754 standard, it | 189 | function provides full precision according to the IEEE-754 standard, it |
