Skip to content

Implement custom floating point parsing and printing functions #42

Closed
@pvginkel

Description

@pvginkel

Floating point parsing and printing is very limited in Rust. Parsing is just plain wrong, see e.g. Rust issue #24557, and printing can only be done using static formatters using the format! macro.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions