diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-10-19 23:42:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-10-19 23:42:19 +0900 |
| commit | 906d4ed33a4c0d7fe470133854ae714799f28d84 (patch) | |
| tree | 13a3f8fe97709c35cf6e013f71023c38804adebc | |
| parent | 695fe1387a7860fcb9bd00a40a1782d7ad3f93fc (diff) | |
| download | php-next-after-906d4ed33a4c0d7fe470133854ae714799f28d84.tar.gz php-next-after-906d4ed33a4c0d7fe470133854ae714799f28d84.tar.zst php-next-after-906d4ed33a4c0d7fe470133854ae714799f28d84.zip | |
docs: update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
