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 copySign, sqrt, min, max, round, trunc, floor, ceil to Float32 #2161

Merged
merged 4 commits into from
Sep 21, 2024

Conversation

spotandjake
Copy link
Member

This pr adds some utilities to Float32 which map easily to wasmF32 such as copySign, sqrt, min, max, round, trunc, floor, ceil

Work Towards #2156

stdlib/float32.gr Outdated Show resolved Hide resolved
@ospencer ospencer changed the title feat(stdlib): Add various basic utility functions to float32 feat(stdlib): Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float32 Sep 21, 2024
@ospencer ospencer added this pull request to the merge queue Sep 21, 2024
Merged via the queue into grain-lang:main with commit f5a3dd3 Sep 21, 2024
12 checks passed
@github-actions github-actions bot mentioned this pull request Sep 21, 2024
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.

2 participants