[−][src]Trait accurate::util::traits::Split
Split a floating-point number
Required methods
fn split_factor() -> Self
Split factor used in the algorithm
Provided methods
fn split(self) -> (Self, Self)
Split a floating-point number
Splits a number x into two parts:
x = h + t
with h and t nonoverlapping and t.abs() <= h.abs()
References
Due to Veltkamp, published in Dekker 71