Skip to content

Missing tests for floating point with integral > 2^31 -1 #93

@jrahlf

Description

@jrahlf

While working on #84, I noticed that the test coverage for large floating point values seems insufficient.
When changing the integral field type to int32_t, the test suite still passes. This makes me believe that there is no test case for floating point values with the integral part > 2^31 -1.

int_fast64_t integral;

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