close
Skip to content

feat(stdlib): Add isFinite, isClose, sin, cos, tan to Float64#2166

Merged
ospencer merged 3 commits into
grain-lang:mainfrom
spotandjake:spotandjake-float64-trig
Oct 7, 2024
Merged

feat(stdlib): Add isFinite, isClose, sin, cos, tan to Float64#2166
ospencer merged 3 commits into
grain-lang:mainfrom
spotandjake:spotandjake-float64-trig

Conversation

@spotandjake
Copy link
Copy Markdown
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
@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