This implementation trades less range for more precision, giving 9 bits to each mantissa instead of just 8 bits as in RGBE.
10 lines
156 B
TOML
10 lines
156 B
TOML
[package]
|
|
name = "trifloat"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
name = "trifloat"
|
|
path = "src/lib.rs"
|