diff --git a/src/Numeric/constants.php b/src/Numeric/constants.php index ef44e91..e68022b 100644 --- a/src/Numeric/constants.php +++ b/src/Numeric/constants.php @@ -3,5 +3,8 @@ namespace WyriHaximus\Constants\Numeric; const ZERO = 0; +const ZERO_FLOAT = 0.0; const ONE = 1; +const ONE_FLOAT = 1.0; const TWO = 2; +const TWO_FLOAT = 2.0;