Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 213 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 213 Bytes

FixedDecimal

Representation of precise decimals in Pharo Smalltalk

Installation

Metacello new
	repository: 'github://hernanmd/FixedDecimal/repository';	
	baseline: 'FixedDecimal';
	load.