Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Decimal

Andreu Correa Casablanca edited this page Mar 18, 2015 · 10 revisions

Import

To import the Decimal class, you must add the following line in the header of your PHP script:

use \Litipk\BigNumbers\Decimal as Decimal;

Constructors

TODO

Binary Operators

TODO

Unary Operators

TODO

Property Getters

TODO

Clone this wiki locally