float-polyfills 0.1.0

Drop-in no_std-compatible polyfills for various f32 and f64 methods.
Documentation
[dependencies.libm]
version = "0.2.15"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc"]
description = "Drop-in no_std-compatible polyfills for various f32 and f64 methods."
edition = "2021"
homepage = "https://github.com/j-g00da/float-polyfills"
keywords = ["no-std", "polyfill", "float", "math"]
license = "MIT OR Apache-2.0"
name = "float-polyfills"
readme = "README.md"
repository = "https://github.com/j-g00da/float-polyfills"
version = "0.1.0"