https://github.com/hernanmd/fixeddecimal
Representation of precise decimals in Pharo Smalltalk
https://github.com/hernanmd/fixeddecimal
decimal-numbers magnitude pharo pharo-smalltalk
Last synced: 12 months ago
JSON representation
Representation of precise decimals in Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/hernanmd/fixeddecimal
- Owner: hernanmd
- License: mit
- Created: 2018-09-03T01:51:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T11:30:28.000Z (about 6 years ago)
- Last Synced: 2025-05-07T11:39:40.914Z (about 1 year ago)
- Topics: decimal-numbers, magnitude, pharo, pharo-smalltalk
- Language: Smalltalk
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FixedDecimal
Representation of precise decimals in Pharo Smalltalk
# Installation
```smalltalk
Metacello new
repository: 'github://hernanmd/FixedDecimal/repository';
baseline: 'FixedDecimal';
load.
```