We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(* 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
3
3.3333333333333335
The text was updated successfully, but these errors were encountered:
Fix return value of Math operations #1
5847099
No branches or pull requests
this return LNumber with BigNum, it should return float.
this return
3
and it should return3.3333333333333335
The text was updated successfully, but these errors were encountered: