Crates.io | ieee754 |
lib.rs | ieee754 |
version | 0.3.0-alpha.2 |
source | src |
created_at | 2015-05-11 11:42:04.340766 |
updated_at | 2020-12-20 00:38:43.810143 |
description | Low-level manipulations of IEEE754 floating-point numbers. |
homepage | https://github.com/huonw/ieee754 |
repository | https://github.com/huonw/ieee754 |
max_upload_size | |
id | 2078 |
size | 120,379 |
ieee754
Low-level manipulations of IEEE754 floating-point numbers.
This library includes:
no_std
support by default,nextafter
(next
and prev
),
copysign
(copy_sign
), abs
, sign
,totalOrder
predicate for doing Ord::cmp
-like
comparisons on floats,rayon
feature),