svenvc / ston

STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
MIT License
135 stars 32 forks source link

Pi value is '3.14159' and not '3.14149' #40

Closed jecisc closed 1 year ago

jecisc commented 1 year ago

This error was not detected before because of a bug in Pharo #closeTo: that will be fixed in Pharo 11

svenvc commented 1 year ago

Haha, that is stupid. Great catch!

jecisc commented 1 year ago

It’s an easy mistake to make ahah I noticed it only because the test failed when I tried to fix #closeTo: