JuliaMath / JuliaMath/Decimals.jl

support Inf?

Open
#116 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.