Skip to content

Remove default epsilon implementation for Float #4

Closed
@cuviper

Description

@cuviper

From @AtheMathmo on September 22, 2016 19:57

With #231 we introduced a new epsilon() function which returns the EPSILON constant for f32 and f64. In order to prevent breaking the API we provided a default implementation here - using NumCast to return f32::EPSILON.

When we are ready to release breaking changes we should consider removing this default implementation.

Copied from original issue: rust-num/num#232

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions