Releases: ajtribick/twofloat
Releases · ajtribick/twofloat
v0.8.1
v0.8.0
- Always use libm functions.
math_funcs
feature no longer requiresstd
.TwoFloat
is now#[repr(C)]
.
v0.7.0
v0.6.1
v0.6.0
- Add const constructor
from_f64
. - Breaking change: remove MinGW support due to incorrect
fma
implementation - Breaking change: fix definition of no_overlap to match definition 1.4 in Joldes et al. (2017).
- Breaking change: Correct values of
MIN
andMAX
constants.
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
- Breaking change: add specific implementations for
exp2
andlog2
functions. - Breaking change: update formatting, support exponential formats and precision specifiers.
- Add optional support for serde (feature "serde_support").
- Add conversions to/from
i128
andu128
. - Mathematical functions are optional but enabled by default (feature "math_funcs").