JSPM

Found 233 results for ieee754

@stdlib/constants-float16-eps

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

  • v0.2.2
  • 15.57
  • Published

@stdlib/utils-real-min

Return the smallest positive normal value capable of being represented by a numeric real type.

  • v0.2.2
  • 12.84
  • Published

math-float32-from-bits

Creates a single-precision floating-point number from a literal bit representation.

  • v1.0.1
  • 12.83
  • Published

@stdlib/utils-safe-int-min

Return the minimum safe integer capable of being represented by a numeric real type.

  • v0.2.2
  • 12.83
  • Published

typed-eval

Type-based calculation does right.

  • v2.1.0
  • 12.74
  • Published

@stdlib/array-empty-like

Create an uninitialized array having the same length and data type as a provided array.

  • v0.3.0
  • 11.29
  • Published

math-float32-significand

Returns an integer corresponding to the significand of a single-precision floating-point number.

  • v1.0.0
  • 10.94
  • Published

math-float32-nextafter

Returns the next representable single-precision floating-point number after x toward y.

  • v1.0.0
  • 10.88
  • Published

bigbit

Implementation of BigBit standard for numeric data type and character encoding

  • v1.3.2
  • 10.46
  • Published

ieee754-binary16-modbus

Converts raw modbus integer to IEEE-754 Binary16 Floating Point format

  • v1.1.0
  • 10.01
  • Published

math-float64-get-low-word

Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 8.54
  • Published

technically

Get the “exact value” of the number

  • v2.0.1
  • 8.51
  • Published

const-max-float64

Maximum double-precision floating-point number.

  • v1.0.1
  • 7.90
  • Published

@stdlib/array-ones-like

Create an array filled with ones and having the same length and data type as a provided array.

  • v0.2.1
  • 7.12
  • Published

@stdlib/array-zeros-like

Create a zero-filled array having the same length and data type as a provided array.

  • v0.2.2
  • 6.98
  • Published

@stdlib/utils-safe-int-max

Return the maximum safe integer capable of being represented by a numeric real type.

  • v0.2.2
  • 6.98
  • Published

const-precision-float64

Effective number of bits in the significand of a double-precision floating-point number.

  • v1.0.1
  • 6.83
  • Published

const-max-float32

Maximum single-precision floating-point number.

  • v1.0.2
  • 6.83
  • Published

@stdlib/utils-real-max

Return the maximum finite value capable of being represented by a numeric real type.

  • v0.2.2
  • 6.26
  • Published

math-float32-to-word

Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.

  • v1.0.0
  • 6.24
  • Published

math-float64-flipsign

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

  • v1.0.0
  • 6.14
  • Published

@stdlib/array-zero-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.

  • v0.2.2
  • 6.12
  • Published

math-float64-set-high-word

Sets the more significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 5.22
  • Published

math-float64-signbit

Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).

  • v1.0.0
  • 5.22
  • Published

const-precision-float16

Effective number of bits in the significand of a half-precision floating-point number.

  • v1.0.0
  • 5.18
  • Published

const-eps-float16

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

  • v1.0.0
  • 5.11
  • Published

const-eps-float64

Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.

  • v1.0.0
  • 5.07
  • Published

math-float32-signbit

Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).

  • v1.0.1
  • 3.95
  • Published

@stdlib/utils-real-max-cli

Return the maximum finite value capable of being represented by a numeric real type.

  • v0.2.2
  • 3.95
  • Published

num7.js

num7 - SUPREME PRECISION GENERAL PURPOSE ARITHMETIC-LOGIC DECIMAL LIBRARY PACKAGE FOR JAVASCRIPT LANGUAGE

  • v1.0.3
  • 3.94
  • Published

const-eps-float32

Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.

  • v1.0.0
  • 3.94
  • Published

math-float32-from-word

Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

  • v1.0.0
  • 3.87
  • Published

const-precision-float32

Effective number of bits in the significand of a single-precision floating-point number.

  • v1.0.0
  • 3.86
  • Published

@stdlib/utils-real-min-cli

Return the smallest positive normal value capable of being represented by a numeric real type.

  • v0.2.2
  • 3.86
  • Published

math-float32-exponent

Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.

  • v1.0.0
  • 3.84
  • Published

num7

num7 - SUPREME PRECISION GENERAL PURPOSE ARITHMETIC-LOGIC DECIMAL LIBRARY PACKAGE FOR JAVASCRIPT LANGUAGE

  • v1.0.6
  • 2.31
  • Published

math-float64-epsilon-difference

Computes the relative difference of two real numbers in units of double-precision floating-point epsilon.

  • v1.0.0
  • 2.30
  • Published

math-float32-normalize

Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.

  • v1.0.1
  • 2.29
  • Published

ieee754-hex

```typescript import { hexIeee754_32ToNum, numToIeee754_32Hex } from "ieee754-hex";

    • v1.0.27
    • 2.27
    • Published

    floatv

    float value encode/decode two's complement and single precision floating point format(ieee754)

    • v1.0.1
    • 2.27
    • Published

    @stdlib/array-full-like

    Create a filled array having the same length and data type as a provided array.

    • v0.2.1
    • 2.20
    • Published

    @guld/ieee754

    Read/write IEEE754 floating point numbers from/to a Buffer or array-like object

    • v1.1.12
    • 0.00
    • Published

    iso-ieee754

    Read/write IEEE754 floating point numbers from/to a Buffer or array-like object

    • v1.1.13
    • 0.00
    • Published

    @stdlib/array-nans-like

    Create an array filled with NaNs and having the same length and data type as a provided array.

    • v0.2.1
    • 0.00
    • Published

    @stdlib/array-one-to-like

    Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

    • v0.2.2
    • 0.00
    • Published