@stdlib/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
Found 233 results for ieee754
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Sets the more significant 32 bits of a double-precision floating-point number.
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
Return the minimum safe integer capable of being represented by a numeric real type.
Effective number of bits in the significand of a half-precision floating-point number.
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
Create a typed array.
Create a complex number typed array.
Cube root of double-precision floating-point epsilon.
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Return the maximum finite value capable of being represented by a numeric real type.
num7 - SUPREME PRECISION GENERAL PURPOSE ARITHMETIC-LOGIC DECIMAL LIBRARY PACKAGE FOR JAVASCRIPT LANGUAGE
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
Effective number of bits in the significand of a single-precision floating-point number.
Return the smallest positive normal value capable of being represented by a numeric real type.
Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
use numeral automatically
num7 - SUPREME PRECISION GENERAL PURPOSE ARITHMETIC-LOGIC DECIMAL LIBRARY PACKAGE FOR JAVASCRIPT LANGUAGE
Computes the relative difference of two real numbers in units of double-precision floating-point epsilon.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
```typescript import { hexIeee754_32ToNum, numToIeee754_32Hex } from "ieee754-hex";
float value encode/decode two's complement and single precision floating point format(ieee754)
Create a filled array having the same length and data type as a provided array.
Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Create an array filled with NaNs and having the same length and data type as a provided array.
Typed array pool.
Return the maximum safe integer capable of being represented by a numeric real type.
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.