compute-float 0.0.1

Computes floating point numbers using Eisel-Lemire algolithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["watcol <potfman@gmail.com>"]
categories = ["algorithms", "no-std"]
description = "Computes floating point numbers using Eisel-Lemire algolithm."
edition = "2021"
include = ["README.md", "Cargo.toml", "src/**/*.rs"]
keywords = ["eisel-lemire", "float"]
license = "MIT"
name = "compute-float"
readme = "README.md"
repository = "https://github.com/watcol/compute-float"
resolver = "2"
version = "0.0.1"