No, truncation is correct in this case. It's not that the API returns exact binary float representations, it returns prices but somehow decided to use strings as a transport and return fractional cent digits which have been all zero for now but will throw an error in my script because they CANNOT match what's in my database because this in turn stores the prizes as integer cents.
So the context in this specific case calls for truncating as the rounding error seen in my original post was introduced by storing the string representation into a binary float.
I need to use the exact value as returned by the API, not rounded, if the API is off by one cent, it is considered an error.
In reply to Re^4: number comparison with a twist
by anotherguest
in thread number comparison with a twist
by anotherguest
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |