223 packages found
The maximum biased base 2 exponent for a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- max
- View more
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- min
- View more
float value encode/decode two's complement and single precision floating point format(ieee754)
- ieee754
- floatingpoint
- float
- convert to float
- two's complement
- single precision floating point format
- binary32 to float
Converts raw modbus integer to IEEE-754 Binary16 Floating Point format
High word mask for the exponent of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- exponent
- bits
- View more
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- max
- View more
Type-based calculation does right.
Create an uninitialized array having the same length and data type as a provided array.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
- stdlib
- stdmath
- math
- mathematics
- frexp
- floating-point
- float64
- float
- double
- dbl
- normalized
- normal
- subnormal
- denormalized
- View more
Float64Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- float64array
- float64
- double
- double-precision
- ieee754
Test if a double-precision floating-point numeric value is infinite.
- stdlib
- stdmath
- assertion
- assert
- utilities
- utility
- utils
- util
- math
- mathematics
- ieee754
- floating-point
- float
- double
- View more
64-bit complex number.
128-bit complex number.
Float32Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- float32array
- float32
- float
- single
- single-precision
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return the maximum safe integer capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the minimum safe integer capable of being represented by a numeric real type.
Create a double-precision floating-point number from a higher order word and a lower order word.