Skip to content

Support special decimal values. #8

Description

@jbearden0

Since Java's BigDecimal does not support special values, we need to extend the class to handle that. Special values are:

  • Positive infinity is encoded as "Infinity".
  • Negative infinity is encoded as "-Infinity".
  • Quiet not-a-number is encoded as either "NaN" or "-NaN".
  • Signaling not-a-number is encoded as either "sNaN" or "-sNaN".

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions