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

feat(stdlib): Add abs, neg, isNaN, isInfinite to Float64 #2117

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

spotandjake
Copy link
Member

This pr adds Float64.abs, Float64.neg, Float64.isInfinite and Float64.isNaN to the Float64 module. This is work towards bringing the various number modules closer inline to the main Number module's api.

@ospencer ospencer added this pull request to the merge queue Jul 28, 2024
@ospencer ospencer removed this pull request from the merge queue due to a manual request Jul 28, 2024
@ospencer ospencer enabled auto-merge July 28, 2024 15:37
@ospencer ospencer added this pull request to the merge queue Jul 28, 2024
Merged via the queue into grain-lang:main with commit 9469346 Jul 28, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants