From eb050f9e2abc7432b17059f900c70bf7ce5575c9 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 19 Aug 2015 02:10:36 +0200 Subject: Parse binary number literals (0bxxx). --- doc/extensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/extensions.html') 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 "-inf".

tonumber() etc. use builtin string to number conversion

All string-to-number conversions consistently convert integer and -floating-point inputs in decimal and hexadecimal on all platforms. +floating-point inputs in decimal, hexadecimal and binary on all platforms. strtod() is not used anymore, which avoids numerous problems with poor C library implementations. The builtin conversion function provides full precision according to the IEEE-754 standard, it -- cgit v1.2.3-55-g6feb