Skip to content

Support quantum preservation #92

@anzdaddy

Description

@anzdaddy

IEEE 754 requires that implementations preserve the quantum (value of the least significant place) to the extent possible when parsing numbers and performing math on them. For example:

  1. 7.5 should encode as 75×10-1 while 7.50 should encode as 750×10-2.
  2. 1.2 + 1.30 should have same encoding as 2.50, not 2.5.

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