Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaComputing/Unums.jl
Unum arithmetic in Julia
https://github.com/JuliaComputing/Unums.jl
Last synced: 3 months ago
JSON representation
Unum arithmetic in Julia
- Host: GitHub
- URL: https://github.com/JuliaComputing/Unums.jl
- Owner: JuliaComputing
- License: other
- Archived: true
- Created: 2016-01-15T16:14:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T22:11:24.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T01:37:18.726Z (6 months ago)
- Language: Julia
- Homepage:
- Size: 42 KB
- Stars: 41
- Watchers: 56
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unums.jl
[![Build Status](https://travis-ci.org/JuliaComputing/Unums.jl.svg?branch=master)](https://travis-ci.org/JuliaComputing/Unums.jl)
This implements basic Unum and Ubound arithmetic, based on John Gustafson's [*End of Error*](https://www.crcpress.com/The-End-of-Error-Unum-Computing/Gustafson/9781482239867).
See the [examples](https://github.com/JuliaComputing/Unums.jl/tree/master/examples) directory for code samples.
## See also
There are several other packages which implement Unums in Julia:
* [tbreloff/Unums.jl](https://github.com/tbreloff/Unums.jl) (despite sharing a name, these are distinct packages)
* [REX-Computing/unumjl](https://github.com/REX-Computing/unumjl)
* [dpsanders/SimpleUnums.jl](https://github.com/dpsanders/SimpleUnums.jl)There are also some other implementations of interval arithmetic:
* [dpsanders/ValidatedNumerics.jl](https://github.com/dpsanders/ValidatedNumerics.jl)
* [andrioni/MPFI.jl](https://github.com/andrioni/MPFI.jl)
* [andrioni/Intervals.jl](https://github.com/andrioni/Intervals.jl)