搜索 "float64" 的结果(共 13 个)
const-pinf-float64
Positive infinity.
MIT
@stdlib/constants-float64-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Apache-2.0
@stdlib/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.
Apache-2.0
@stdlib/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
Apache-2.0
@stdlib/constants-float64-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
Apache-2.0
math-float64-frexp
Splits a double-precision floating-point number into a normalized fraction and an integer power of two.
MIT
math-float64-ldexp
Multiplies a double-precision floating-point number by an integer power of two.
MIT