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
This is because of a recent code change replacing the original code with the calls to the CRT standard lib functions. The args in the call are reversed if I remember correctly... 😊
Details about Problem
nanoFramework area: nanoCLR
Worked before? Yes
Detailed repro steps so we can see the same problem
Math.Truncate should return the integral part. But I've found
in
Library_corlib_native_System_Math::Truncate___STATIC__R4__R4
This code returns the fractional part.
The text was updated successfully, but these errors were encountered: