Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 387 Bytes

File metadata and controls

7 lines (4 loc) · 387 Bytes

Documentation

An arbitrary-precision Decimal class type for PHP.

All documentation will be typed soon, for now you may go to decimal.js API since this library is fully compatible with it.

The main different are the static methods to Decimal class, where they will always end with Of, e.g.: Decimal.abs(x) -> Decimal::absOf($x).