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 isFinite, isClose, sin, cos, tan to Float64 #2166

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

spotandjake
Copy link
Member

This pr adds isFinite, isClose, sin, cos and tan to the float64 library. Originally it was just going to add the trig functions, but isClose and isFinite are dependencies for testing the trig functions, I can seperate them into a seperate pr if desired but i did not see any major benefit.

work towards: #1813

@ospencer ospencer changed the title feat(float64): Add isFinite, isClose, sin, cos, tan feat(stdlib): Add isFinite, isClose, sin, cos, tan to Float64 Oct 7, 2024
@ospencer ospencer added this pull request to the merge queue Oct 7, 2024
Merged via the queue into grain-lang:main with commit fa728d2 Oct 7, 2024
12 checks passed
@github-actions github-actions bot mentioned this pull request Sep 22, 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