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

Math operations should preserve float values #1

Closed
jcubic opened this issue Apr 5, 2019 · 0 comments
Closed

Math operations should preserve float values #1

jcubic opened this issue Apr 5, 2019 · 0 comments

Comments

@jcubic
Copy link
Collaborator

jcubic commented Apr 5, 2019

(* 10 1.0)

this return LNumber with BigNum, it should return float.

(/ (* 10 1.0) 3)

this return 3 and it should return 3.3333333333333335

jcubic added a commit that referenced this issue Apr 5, 2019
@jcubic jcubic closed this as completed Apr 14, 2019
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

No branches or pull requests

1 participant