We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/cc @juancarlospaco @xflywind
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER Number.EPSILON Number.MAX_SAFE_INTEGER Number.MAX_VALUE Number.MIN_SAFE_INTEGER Number.MIN_VALUE Number.NaN Number.NEGATIVE_INFINITY Number.POSITIVE_INFINITY # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger Number.isSafeInteger
and other procs/constants related to Number
Number
std/jsffi comes to mind but IMO this module is bloated and has a bad designed (everything is a JsObect makes no sense to me, making it hard to use)
JsObect
so the best would be a new module, maybe std/jsnumbers ? or some broader scope?
std/jsnumbers
The text was updated successfully, but these errors were encountered:
jsnumbers
Sorry, something went wrong.
No branches or pull requests
/cc @juancarlospaco @xflywind
and other procs/constants related to
Number
std/jsffi comes to mind but IMO this module is bloated and has a bad designed (everything is a
JsObect
makes no sense to me, making it hard to use)so the best would be a new module, maybe
std/jsnumbers
? or some broader scope?example use cases
The text was updated successfully, but these errors were encountered: