wmde / Number

Numerical value objects, parsers and formatters
Other
18 stars 6 forks source link

Fix DecimalMath::productWithoutBC for values larger than 2^63−1 #135

Closed mariushoch closed 3 years ago

mariushoch commented 3 years ago

PHP switches to a exponential display if values are larger than 2^63-1 (the maximum value of a signed 64 bit integer).

Fixes https://phabricator.wikimedia.org/T278824