Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Precision testing #147

@gnzlbg

Description

@gnzlbg

Part of the testing harness should be to test the worst case precision of the APIs. Probably, the easiest way to do this would be to use the mpfr library as a dev-dependency and use it to check that all APIs have a worst-case precision of 0.5 ULPs. For the APIs taking multiple f32s or f64s we can't feasibly test them for all inputs, but these should at least be exhaustively tested for the inputs that generally trigger the worst-case precision.

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