There are 0 repository under single-precision topic.
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
Test if a value is a Complex64Array.
64-bit complex number.
Single-precision floating-point mathematical constants.
Cube root of single-precision floating-point epsilon.
Square root of single-precision floating-point epsilon.
Compute the sum of two single-precision floating-point numbers.
Subtract two single-precision floating-point numbers.
Compute the absolute value of a single-precision floating-point number.
Round a single-precision floating-point number toward positive infinity.
Evaluate the identity function for a single-precision complex floating-point number.
Restrict a single-precision floating-point number to a specified range.
Convert an angle from degrees to radians (single-precision).
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Compute the multiplicative inverse of a single-precision floating-point number.
Evaluate the Kronecker delta (single-precision).
Return the positive difference between `x` and `y`.
Compute the cube root of each element in a single-precision floating-point strided array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the cube root 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 positive infinity according to a strided mask array.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the reciprocal 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 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.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Utilities for single-precision floating-point numbers.
Base utilities for single-precision floating-point numbers.
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output 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.
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.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.