rune
0.1.0
In rune::
floatfns
Constants
LIMBS_LIMIT
Functions
abs
acos
asin
atan
ceiling
checked_pow
coerce
copysign
cos
double_integer_scale
exp
expt
fceiling
ffloor
float
floor
frexp
frexp_f
fround
ftruncate
isnan
ldexp
log
logb
rescale_for_division
round
round2
rounding_driver
sin
sqrt
tan
truncate
rune
::
floatfns
Function
rescale_for_division
Copy item path
Settings
Help
Summary
Source
fn rescale_for_division( n:
NumberValue
, nscale:
i64
, dscale:
i64
, ) ->
Result
<
BigInt
>