Skip to content
New issue

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

Implement Number.prototype.toExponential() #31

Open
HalidOdat opened this issue Mar 29, 2023 · 1 comment · May be fixed by #50
Open

Implement Number.prototype.toExponential() #31

HalidOdat opened this issue Mar 29, 2023 · 1 comment · May be fixed by #50
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@HalidOdat
Copy link
Member

Currently we only have the Number.prototype.toString() implementation, we should also implement Number.prototype.toExponential().

This should maybe be feature gated.

@HalidOdat
Copy link
Member Author

HalidOdat commented Feb 20, 2025

If no one is working on this, I'll take this issue :)

Seems like our toExponential() implementation in boa is causing the last test262 test of the Number suite to fail: https://github.com/tc39/test262/blob/main/test/built-ins/Number/prototype/toExponential/return-values.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant