Module math
Experimental implementations of floating point functions in core.
The standalone functions in this module are for testing only. They will be stabilized as inherent methods.
Functions
-
abs_sub
Experimental version of
abs_subincore. Seef32::abs_subfor details. -
cbrt
Experimental version of
cbrtincore. Seef32::cbrtfor details. -
ceil
Experimental version of
ceilincore. Seef32::ceilfor details. -
div_euclid
Experimental version of
div_euclidincore. Seef32::div_euclidfor details. -
floor
Experimental version of
floorincore. Seef32::floorfor details. -
fract
Experimental version of
fractincore. Seef32::fractfor details. -
mul_add
Experimental version of
mul_addincore. Seef32::mul_addfor details. -
powi
Experimental version of
powiincore. Seef32::powifor details. -
rem_euclid
Experimental version of
rem_euclidincore. Seef32::rem_euclidfor details. -
round
Experimental version of
roundincore. Seef32::roundfor details. -
round_ties_even
Experimental version of
round_ties_evenincore. Seef32::round_ties_evenfor details. -
sqrt
Experimental version of
sqrtincore. Seef32::sqrtfor details. -
trunc
Experimental version of
truncincore. Seef32::truncfor details.