Skip to content

Commit 73410da

Browse files
committed
compat to README
1 parent 34a9306 commit 73410da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ FixedDecimal{Int64,1}(0.3)
4747

4848
### Arithmetic details: Overflow and checked math
4949

50+
_NOTE: This section applies to FixedPointDecimals v0.5+._
51+
5052
By default, all arithmetic operations on FixedDecimals, except division, **will silently overflow** following the standard behavior for bit integer types in Julia. For example:
5153
```julia
5254
julia> FixedDecimal{Int8,2}(1.0) + FixedDecimal{Int8,2}(1.0)

0 commit comments

Comments
 (0)