From 66746968c5ac9a174308a142a20c1097d68c1335 Mon Sep 17 00:00:00 2001 From: Joakim Hassila Date: Sat, 28 Mar 2026 09:53:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c82f476..1653e61 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Full [API documentation](https://swiftpackageindex.com/ordo-one/FixedPoint/docum - **Pure Swift core** -- no Foundation dependency except for `Decimal` conversions - **Cross-platform** -- Linux + all Apple platforms, x86 + ARM, Swift 6.2 - **Safe by default** -- trapping arithmetic (matching Swift `Int`), with wrapping and overflow-reporting variants -- **NaN support** -- sentinel-based NaN that propagates through all operations +- **NaN support** -- sentinel-based NaN that traps all operations - **Banker's rounding everywhere** -- all entry points (string parsing, `Double` conversion, `Decimal` conversion, arithmetic) use banker's rounding (round half to even). Explicit `rounded(scale:_:)` supports six modes ## Performance