Skip to content

xi-project/xi-decimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages