Skip to content

Commit

Permalink
Add note about the Erlang version
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney committed Jun 22, 2024
1 parent 2adc521 commit 2f90fe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ pub fn main() {
}
```

Use Erlang 27 or later for the best IEEE 754 compliance. Earlier versions will
work for the vast majority of use cases, but operations involving or returning
negative zero may return non-compliant results.

## License

This library is published under the MIT license, a copy of which is included.

0 comments on commit 2f90fe6

Please sign in to comment.