Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

All floating point input should be checked to be finite. #18

@dragostis

Description

@dragostis

Currently, the public API relies on all floating point values being finite. This is not guaranteed in Rust.

All these methods should be renamed to *_unchecked and made unsafe, and safe methods added that check the values and then call these methods instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is neededsafetyBroken Rust safety invariants

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions