From 20d59037a9e860ec5c114154e47c91fa48a01771 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 7 Apr 2025 22:43:57 +0900 Subject: refactor: rename constant --- src/BitOps/FloatTraits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BitOps/FloatTraits.php') diff --git a/src/BitOps/FloatTraits.php b/src/BitOps/FloatTraits.php index 75eebcb..31dcd26 100644 --- a/src/BitOps/FloatTraits.php +++ b/src/BitOps/FloatTraits.php @@ -17,7 +17,7 @@ final readonly class FloatTraits public const int F32_SIGN_SIGNED = 0b10000000_00000000_00000000_00000000; public const int F32_EXPONENT_NAN = 0b01111111_10000000_00000000_00000000; - public const int F32_INFINITY_BITS = 0b01111111_10000000_00000000_00000000; + public const int F32_INFINITY_BIT_PATTERN = 0b01111111_10000000_00000000_00000000; public const int F64_EXPONENT_BITS = 11; public const int F64_MANTISSA_BITS = 52; -- cgit v1.2.3-70-g09d2