Skip to content

Commit

Permalink
Add note about OverflowContexts to README
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed May 3, 2024
1 parent abec384 commit 5d17bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ will not detect overflow caused by `f`.
The [`Base.Checked` module](https://github.com/JuliaLang/julia/blob/master/base/checked.jl) defines numerous checked operations.
These can be specialized for custom types.

**Note:** `@checked` originates from [OverflowContexts.jl](https://github.com/JuliaMath/OverflowContexts.jl) as of v0.2.1, which includes other functionality not exposed in this package.

## `@check`

`@check` performs an operation in two different ways,
Expand Down

0 comments on commit 5d17bda

Please sign in to comment.