BUG Float x.x99999
#4

This is normal behaviour for float values.
It's because it's limited to 32-bits, which both holds the digits before and after the comma.
Due to being only 32-bits, the resolution is limited as well and these errors occur because of the limited resolution.

https://ryanstutorials.net/binary-tu...ting-point.php
http://cstl-csm.semo.edu/xzhang/Clas...OATING_tut.htm

These may explain a bit about it.
Reply


Messages In This Thread
BUG Float x.x99999 - by bigtigerbeee - 05.04.2018, 17:59
Re: BUG Float x.x99999 - by rfr - 05.04.2018, 20:27
Re: BUG Float x.x99999 - by CodeStyle175 - 05.04.2018, 21:21
Re: BUG Float x.x99999 - by AmigaBlizzard - 05.04.2018, 23:12
Re: BUG Float x.x99999 - by bigtigerbeee - 06.04.2018, 03:39

Forum Jump:


Users browsing this thread: 1 Guest(s)