Replies: 1 comment 5 replies
-
This is dotnet, try float x - 0.01f * 0.01f; |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
can someone explain to me how precision can be lost when multiplying this example float x = 0.01 * 0.01;
The result is zero. Am I completely stupid or is this a bug? Nanoframework ported to ESP32. Thanks for the reply
Beta Was this translation helpful? Give feedback.
All reactions