JuliaMath / JuliaMath/Quadmath.jl
we should print NaNs, Infs in the usual way
Open
- Dominant language
- Julia
- Stars
- 44
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
```
julia> Quadmath.Float128(NaN)
nan
julia> Quadmath.Float128(Inf)
inf
```
it gets worse
```
julia> Quadmath.Float128(nan)
ERROR: UndefVarError: `nan` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ REPL[13]:1
julia> Quadmath.Float128(inf)
ERROR: UndefVarError: `inf` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ REPL[14]:1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.