diff options
Diffstat (limited to 'gen/src/gleam@float.erl')
-rw-r--r-- | gen/src/gleam@float.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/src/gleam@float.erl b/gen/src/gleam@float.erl index 1d19fc7..6aab56b 100644 --- a/gen/src/gleam@float.erl +++ b/gen/src/gleam@float.erl @@ -4,7 +4,7 @@ -export([parse/1, to_string/1, compare/2, ceiling/1, floor/1, round/1, truncate/1]). parse(A) -> - gleam__stdlib:parse_float(A). + gleam_stdlib:parse_float(A). to_string(F) -> gleam@iodata:to_string(gleam@iodata:from_float(F)). |