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

Floats #6

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Floats #6

wants to merge 26 commits into from

Conversation

leopoulson
Copy link

This adds support for floating point numbers and operations on them. We have a new built-in type Float, and operations on Floats; +., -., /., *., <., >., ==..

We also have operations for converting from Int to Float and vice versa, toFloat and round respectively.

@leopoulson leopoulson mentioned this pull request Jul 18, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant