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

Wishlist: flzero? #93

Open
kengruven opened this issue Jul 13, 2024 · 0 comments
Open

Wishlist: flzero? #93

kengruven opened this issue Jul 13, 2024 · 0 comments

Comments

@kengruven
Copy link

I wish math/flonum (or racket/flonum) had an flzero? function. There are flonum-specific functions for most other arithmetic functions, but not zero?.

Interestingly, math/flonum has fl2zero? for double-doubles, but nothing for ordinary doubles.

Other Scheme implementations, like Gambit-C and Guile, have this function. Internally, Chez Scheme has an flzero? function, but it's not exposed to Racket programs.

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

No branches or pull requests

1 participant