diff options
author | Serge Aleynikov <[email protected]> | 2013-01-25 15:58:41 -0500 |
---|---|---|
committer | Serge Aleynikov <[email protected]> | 2013-02-07 10:53:55 -0500 |
commit | ddf8881308b27f308aa456bef3e4833bc0383413 (patch) | |
tree | d56f01a86d5ef3b2c2751935df3d02b5bbcaafb6 /erts/doc | |
parent | 28dce0b9ea79f8635a3253da7f4d3c6e49cb48b8 (diff) | |
download | otp-ddf8881308b27f308aa456bef3e4833bc0383413.tar.gz otp-ddf8881308b27f308aa456bef3e4833bc0383413.tar.bz2 otp-ddf8881308b27f308aa456bef3e4833bc0383413.zip |
float_to_list/2 changed rounding and cosmetic cleanup
Changed rouding to round half-way up instead of down.
Cosmetic cleanup and error handling of additional edge cases.
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index b336a135e7..fc1edbf772 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -975,7 +975,7 @@ true <type> <v>Float = float()</v> <v>Options = [Option]</v> - <v>Option = {decimals, Decimals::0..249} | + <v>Option = {decimals, Decimals::0..253} | {scientific, Decimals::0..249} | compact</v> </type> |