[go: up one dir, main page]

float-ord 0.1.1

A total ordering for floating-point numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "float-ord"
version = "0.1.1"
authors = ["Michael Howell <michael@notriddle.com>"]
description = "A total ordering for floating-point numbers"
license = "MIT / Apache-2.0"
repository = "https://github.com/notriddle/rust-float-ord"
documentation = "https://docs.rs/float-ord/0.1.1/float-ord/"

[dependencies]
pdqsort = { version = "1.0.0", optional = true }

[dev-dependencies]
rand = "0.3"

[badges]
travis-ci = { repository = "notriddle/rust-float-ord" }