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
i: i32=5; sin(i)
>>> i: i32 = 5 1,11 ] >>> i 1,2 ] 5 >>> i + 6 1,6 ] 11 >>> i**2 1,5 ] 25 >>> from math import sin 1,21 ] >>> sin(i) 1,7 ] >>> 1,1 ] >>> sin(f32(i)) 1,12 ] -0.95892429
The sin(i) should give an error message, but somehow it got swallowed.
sin(i)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
sin(i)
should give an error message, but somehow it got swallowed.The text was updated successfully, but these errors were encountered: