Skip to content

Commit bd41795

Browse files
authored
Merge pull request #1393 from ZacharyEspiritu/expose-num-to-roughnum
Expose num_to_roughnum from runtime
2 parents 9a042ea + ea3441a commit bd41795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/base/runtime.js

+1
Original file line numberDiff line numberDiff line change
@@ -5987,6 +5987,7 @@ function (Namespace, jsnums, codePoint, util, exnStackParser, loader, seedrandom
59875987
'num_to_string': num_tostring,
59885988
'num_tostring_digits': num_tostring_digits,
59895989
'num_to_fixnum': num_to_fixnum,
5990+
'num_to_roughnum': num_to_roughnum,
59905991

59915992
'string_contains': string_contains,
59925993
'string_append': string_append,

0 commit comments

Comments
 (0)