JuliaMath / JuliaMath/Decimals.jl
support Inf?
Open
- Dominant language
- Julia
- Stars
- 62
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Most floating-point types support some kind of `Inf` value rather than throwing:
```jl
julia> (dec"10")^1000000000
ERROR: OverflowError: Exponent limit (999999) exceeded: Decimal(0, 1000000000000000000000000000000000000000000000000000000, 1048522)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.