Precision of mathematical operations in PHP

Floating point numbers have limited precision, if you working with very long floating point numbers and precision is important to you, please be aware of it. It will also manifest itself in precision of mathematical operations with such numbers.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator