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).
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.
Compute the cube root of each element in a single-precision floating-point strided 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.
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a single…
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.
Evaluate the Kronecker delta (single-precision).
Single-precision floating-point mathematical constants.
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."