Skip to content

Division with decimalDigists more than 20 #23

@zamahaka

Description

@zamahaka

Is it intended for a division operator to throw exception when numerator or denominator have decimalDigists > 20?
Both exampse throw The maximum decimal digits for num is 20.

Fixed.parse('0.00000000000000000000001') / Fixed.ten
Fixed.ten / Fixed.parse('0.00000000000000000000001')

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