Comments for Kaufman decimals

2026-04-03 19:19:00 GMT by farter [farter]
little bug: "1" regarded as 0.1, one might expect "1" = "1.0".
2026-04-04 00:12:02 GMT by chridd [she]
If I remember right (it's been a long time since I made this), I did it that way because the part after the decimal point is what's interesting for this.  If you're trying to compare integers, you can just compare them the normal way, and even fractions ≥ 1 you'd just compare the integer part and then compare the fraction part; this way it's slightly less typing if all the numbers are between 0 and 1.

Check for new comments

Post comment