aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-19 23:42:19 +0900
committernsfisis <nsfisis@gmail.com>2025-10-19 23:42:19 +0900
commit906d4ed33a4c0d7fe470133854ae714799f28d84 (patch)
tree13a3f8fe97709c35cf6e013f71023c38804adebc
parent695fe1387a7860fcb9bd00a40a1782d7ad3f93fc (diff)
downloadphp-next-after-906d4ed33a4c0d7fe470133854ae714799f28d84.tar.gz
php-next-after-906d4ed33a4c0d7fe470133854ae714799f28d84.tar.zst
php-next-after-906d4ed33a4c0d7fe470133854ae714799f28d84.zip
docs: update README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7420550..fc0e406 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,11 @@ This library implements IEEE 754 floating-point manipulation functions that retu
## Requirements
- PHP 8.3 or higher
-- 64-bit integers
+- Little-endian 64-bit integers
- IEEE 754 double-precision floats (binary64)
+The library performs runtime assertions to verify these constraints are met on the current system.
+
## Installation