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.
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.
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.
Compute the sum of two single-precision floating-point numbers.
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.
Test if a value is a Complex64Array.
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.
Restrict a single-precision floating-point number to a specified range.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Evaluate the ramp function for each element in a single-precision floating-point strided array 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."