Skip to content

Remove the dependency on libm and num_traits #1

@cmpute

Description

@cmpute

It will be great if this crate can have the least amount of dependency. There are two places we have dependencies on them:

  • Comparison between integers and floats relies on libm::trunc
  • Implementation of float hasing relies on FloatCore::integer_decode. We can just port this function.

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