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

system.math.sin(3) throws system.security.verificationerror #31

Open
GoogleCodeExporter opened this issue May 30, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

system.math.sin accepts only double, so calling it with an int32 should result 
in either a compile time error or an automatic widening conversion (not sure if 
this is defined in the spec. yet)

Original issue reported on code.google.com by [email protected] on 3 Dec 2011 at 10:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant