You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.
The following code gives unexpected results if executed in 64bit process (.NET45).
OUTPUT ON 32bit (CORRECT)
42.1234
1.0
OUTPUT ON 64bit (INCORRECT)
1.2e-314
0.0
Changing the permission set to PermissionSet(PermissionState.Unrestricted) will result in the correct output on 64bit.
IronPython version 2.7.5.1000
The text was updated successfully, but these errors were encountered: