xi-project / xi-decimal

Fixed point number class for PHP

Home Page:http://xi-project.github.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xi-decimal

Xi\Decimal\Decimal is a fixed-point number class for PHP.

  • It's immutable. All operations return a new instance.
  • The number of decimals is explicitly specified.
  • It uses BCMath internally.
  • It's designed to be subclassable e.g. to make your own Money class.

About

Fixed point number class for PHP

http://xi-project.github.com/


Languages

Language:PHP 100.0%