Skip to content

we should print NaNs, Infs in the usual way #97

Description

@JeffreySarnoff

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions