Skip to content

Implement Numeric and Money types #5

@xxgreg

Description

@xxgreg

There is currently no Dart type for storing arbitrary precision real numbers. Perhaps for the meantime implement parsing and store it in a numeric class.

class Numeric {
final int value;
final int scale;
}

Note this is VM specific, as Javascript doesn't support arbitrary precision integers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions