i_float 1.3.1

This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "i_float"
version = "1.3.1"
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
edition = "2021"
description = "This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations."
license = "MIT"
repository = "https://github.com/iShape-Rust/iFloat"

[dependencies]
serde = { version = "^1.0", features = ["derive"] }

[dev-dependencies]
rand = { version = "0.8.5", features = [] }