[go: up one dir, main page]

num-order 0.1.1

Numerically consistent `Eq`, `Ord` and `Hash` implementations for various `num` types (`u32`, `f64`, `num_bigint::BigInt`, etc.)
Documentation
[dependencies.libm]
optional = true
version = "0.2.0"

[dependencies.num-bigint]
optional = true
version = "0.4.0"

[dependencies.num-modular]
version = "0.1.0"

[dependencies.num-traits]
version = "0.2.14"

[features]
default = ["libm"]
std = []

[package]
categories = ["mathematics", "science", "algorithms"]
description = "Numerically consistent `Eq`, `Ord` and `Hash` implementations for various `num` types (`u32`, `f64`, `num_bigint::BigInt`, etc.)"
documentation = "https://docs.rs/num-order"
edition = "2018"
keywords = ["numeric", "comparison", "hash", "order"]
license = "Apache-2.0"
name = "num-order"
readme = "README.md"
repository = "https://github.com/cmpute/num-order"
version = "0.1.1"