Skip to content

Commit

Permalink
extend info to float related constants
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Oct 28, 2016
1 parent 431abb2 commit cc81971
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ PHP 7.2 UPGRADE NOTES
========================================

- Core:
. PHP_FLOAT_DIG
. PHP_FLOAT_EPSILON
. PHP_FLOAT_MIN
. PHP_FLOAT_MAX
. PHP_FLOAT_DIG number of decimal digits, that can be rounded into a
float and back without precision loss
. PHP_FLOAT_EPSILON smallest representable positive number x, so then
x + 1.0 != 1.0
. PHP_FLOAT_MIN max representable float number
. PHP_FLOAT_MAX min representable float number

- GD:
. IMG_EFFECT_MULTIPLY
Expand Down

0 comments on commit cc81971

Please sign in to comment.