Skip to content

Possible problem in frexp_d() #30

@peng-wang-cn

Description

@peng-wang-cn

I think this line:

exp = 0;

should be 'exp = -1023;'
which I think will better align the intention of the function and IEEE-754 format. What do you guys think?

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