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.
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Implementations of Algorithms to Architectures following : https://youtube.com/playlist?list=PLco7dux9L7g1RrB8TqUVCMEeu86D7azeg
Cube root of single-precision floating-point epsilon.
Square root of single-precision floating-point epsilon.
Single-precision floating-point mathematical constants.
Evaluate the Kronecker delta (single-precision).
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.
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.
Compute the sum of two single-precision floating-point numbers.
Compute the cube root of each element in a single-precision floating-point strided array.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask 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."