php-bignumbers icon indicating copy to clipboard operation
php-bignumbers copied to clipboard

A robust library to handle immutable big numbers inside PHP applications

Results 22 php-bignumbers issues
Sort by recently updated
recently updated
newest added

Related to bug #8 . In order to allow really big numbers (with very large exponents), **Decimal** isn't enough, so we need to introduce a float point type. PHP's float/double...

help wanted
new feature

The documentation is outdated, it refers to NaN objects, but those objects where removed from php-bignumbers in favour of throwing exceptions in order to make easier to ensure code correctness....

bug
enhancement