Coder-Spirit / php-bignumbers

A robust library to handle immutable big numbers inside PHP applications
MIT License
131 stars 29 forks source link

[TECH] Use the decimalconstants::one() instead of decimal::frominteger(). #43

Closed codisart closed 8 years ago

codisart commented 8 years ago

I think it's better to use the decimalconstants::one() instead of decimal::frominteger().

castarco commented 8 years ago

Thanks :) .