npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "float64" 的结果(共 13 个)
@stdlib/napi-argv-float64array

Convert a Node-API value to a double-precision floating-point array.

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/number-float64-base-exponent

Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.

Apache-2.0
@stdlib/constants-float64-max-base2-exponent

The maximum biased base 2 exponent for a 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