Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading