npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "double-precision" 的结果(共 16 个)
@stdlib/math-base-special-frexp

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

Apache-2.0
@stdlib/math-base-special-ldexp

Multiply a double-precision floating-point number by an integer power of two.

Apache-2.0
@stdlib/napi-argv-double

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

Apache-2.0
@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
@stdlib/math-base-special-copysign

Return a double-precision floating-point number with the magnitude of x and the sign of y.

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