Coder-Spirit / php-bignumbers

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

Fix incorrect handling of integers represented as floats #56

Closed uvarovserge closed 7 years ago

uvarovserge commented 7 years ago

See https://github.com/Litipk/php-bignumbers/issues/55

castarco commented 7 years ago

Thank you @uvarovserge , but this PR does not solve the problem :( , and does not provide a regression test to ensure that the bug does not appear again.