155 packages found
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
- stdlib
- stdmath
- math
- mathematics
- float64
- float
- floating-point
- ieee754
- double
- copysign
- copy
- sign
- bits
- number
- View more
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
High word mask for excluding the sign bit of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- sign
- bits
- View more
High word mask for the sign bit of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- sign
- bits
- View more
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
- stdlib
- stdtypes
- base
- utilities
- utility
- utils
- util
- types
- type
- exponent
- unbiased
- bits
- floating-point
- float64
- View more
High word mask for the significand of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float64
- 64bit
- floating-point
- ieee754
- mask
- significand
- bits
- View more
Convert an unsigned 32-bit integer to a signed 32-bit integer.
A performance optimized infinite bit vector library
- bits
- set
- twiddle
- bit set
- bit array
- bit vector
- bit string
- bitset
- bitarray
- bitvector
- bitstring
- binary
- bitmap
- bitwise
A simple module for bitwise-xor on buffers
Get a slice of bits.
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.
- stdlib
- stdmath
- math
- mathematics
- float64
- float
- floating-point
- ieee754
- double
- flipsign
- flip
- sign
- bits
- number
- View more
Size (in bytes) of a double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- double-precision
- floating-point
- float
- float64
- ieee754
- size
- sizeof
- View more
Size (in bytes) of a single-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- single
- single-precision
- floating-point
- float
- ieee754
- size
- sizeof
- size-of
- View more
Mask for the sign bit of a single-precision floating-point number.
Mask for excluding the sign bit of a single-precision floating-point number.
Mask for the exponent of a single-precision floating-point number.
Mask for the significand of a single-precision floating-point number.
🔑 Permission management made easy
Lightweight BitArray implementation written in javascript.