flexfloat 0.1.1

A Rust library for arbitrary floating-point types with infinite exponent.
Documentation
[dependencies.num-bigint]
version = "0.4.3"

[dev-dependencies.num-bigint]
features = ["rand"]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rstest]
version = "0.26.1"

[lib]
name = "flexfloat"
path = "src/lib.rs"

[package]
authors = ["Ferran Sanchez Llado"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "mathematics", "science", "finance", "rust-patterns"]
description = "A Rust library for arbitrary floating-point types with infinite exponent."
edition = "2024"
exclude = [".github/*"]
homepage = "https://github.com/ferranSanchezLlado/flexfloat-rs"
keywords = ["float", "bigfloat", "arbitrary-precision", "flexible", "custom"]
license = "MIT"
name = "flexfloat"
readme = "README.md"
repository = "https://github.com/ferranSanchezLlado/flexfloat-rs"
version = "0.1.1"