FixedDecimal

Description

Representation of precise decimals in Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
1
Forks
4
Created
Sept. 3, 2018
Updated
April 25, 2020
Topics
decimal-numbers magnitude pharo pharo-smalltalk

README excerpt

# FixedDecimal
Representation of precise decimals in Pharo Smalltalk

# Installation

```smalltalk
Metacello new
	repository: 'github://hernanmd/FixedDecimal/repository';	
	baseline: 'FixedDecimal';
	load.
```
  
← Back to results