hpi-swa-lab / SqueakByExample-english

An introductory book about the Squeak/Smalltalk programming system, guiding students and developers through the environment, language, tools, and the Morphic framework by means of a series of examples and exercises.
https://www.lulu.com/shop/patrick-rein-and-christoph-thiede/squeak-by-example-60/paperback/product-8vr2j2.html
Other
24 stars 6 forks source link

Scaled decimals and rounding #184

Closed LinqLover closed 1 year ago

LinqLover commented 1 year ago

Currently, nowhere in the book is mentioned that there are ScaledDecimals and that they can be created using 14.99s2 or Number>>#asScaledDecimal:. While we're at it, we also might want to describe the truncation and rounding protocol on Number briefly (including roundTo: et al.). Btw, maybe also mention string truncation anywhere?