This implements basic Unum and Ubound arithmetic, based on John Gustafson's End of Error.
See the examples directory for code samples.
There are several other packages which implement Unums in Julia:
- tbreloff/Unums.jl (despite sharing a name, these are distinct packages)
- REX-Computing/unumjl
- dpsanders/SimpleUnums.jl
There are also some other implementations of interval arithmetic: