Releases: ajtribick/twofloat
Releases · ajtribick/twofloat
v0.2.2
v0.2.1
v0.2.0
- Breaking change: prefer value-like arguments to improve ergonomics.
- Breaking change: use
ConversionError
type to represent failure oftry_into
. - Breaking change: replaced
try_new
anddata
with conversions to/from(f64, f64)
and[f64; 2]
. - Added
NAN
constant.
v0.1.4
v0.1.3
- Added
hi
andlo
functions to extract individual words. - Added angle conversion functions:
to_degrees
,to_radians
. - Added hyperbolic functions
cosh
,sinh
,tanh
and inverse functionsacosh
,asinh
,atanh
. - Updated
is_valid
method to check for overlapping representations. - Bugfix in integer truncation where low word fraction was zero.