Python module which finds the IEEE-754 representation of a floating point number.
-
Updated
Mar 1, 2024 - Python
Python module which finds the IEEE-754 representation of a floating point number.
Pair functions to convert a floating number to a single precision, double precision, or arbitrary size bit representation and convert a single, double or arbitrary size bit string back into a number.
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Implementations of Algorithms to Architectures following : https://youtube.com/playlist?list=PLco7dux9L7g1RrB8TqUVCMEeu86D7azeg
Square root of single-precision floating-point epsilon.
Cube root of single-precision floating-point epsilon.
Compute the cube root of each element in a single-precision floating-point strided array.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.
Evaluate the identity function for a single-precision complex floating-point number.
Return the positive difference between `x` and `y`.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Single-precision floating-point mathematical constants.
Evaluate the Kronecker delta (single-precision).
Test if a value is a Complex64Array.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Add a description, image, and links to the single-precision topic page so that developers can more easily learn about it.
To associate your repository with the single-precision topic, visit your repo's landing page and select "manage topics."