A small Python library which gives you the IEEE-754 representation of a floating point number.
-
Updated
Jan 8, 2022 - Python
A small Python library which gives you the IEEE-754 representation of a floating point number.
Float32Array.
Compute the sum of two single-precision floating-point numbers.
Test if a value is a Complex64Array.
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).
Evaluate the ramp function for each element in a single-precision floating-point strided array 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.
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.
Single-precision floating-point mathematical constants.
Evaluate the Kronecker delta (single-precision).
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.
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."