[go: up one dir, main page]

float_next_after 0.1.5

A trait for native rust f64/f32 nextafter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.num-traits]
version = "0.2.11"

[package]
authors = ["Bronson Brown-deVost <bronsonbdevost@gmail.com>"]
categories = ["mathematics", "algorithms"]
description = "A trait for native rust f64/f32 nextafter"
edition = "2018"
homepage = "https://gitlab.com/bronsonbdevost/next_afterf"
keywords = ["float", "f64", "f32", "nextafter", "increment"]
license = "MIT"
name = "float_next_after"
readme = "README.md"
repository = "https://gitlab.com/bronsonbdevost/next_afterf"
version = "0.1.5"