integer-sqrt 0.1.5

An implementation of integer square root algorithm for primitive rust types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.num-traits]
default-features = false
version = "0.2"

[package]
authors = ["Richard Dodd <richard.o.dodd@gmail.com>", "Joseph Richey", "Sergei Shulepov"]
categories = ["algorithms", "no-std"]
description = "An implementation of integer square root algorithm for primitive rust types"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["integer", "square", "root", "isqrt", "sqrt"]
license = "Apache-2.0/MIT"
name = "integer-sqrt"
readme = "README.md"
repository = "https://github.com/derekdreery/integer-sqrt-rs"
version = "0.1.5"