An open API service indexing awesome lists of open source software.

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

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.
```