float32
There are 190 repositories under float32 topic.
rpng/R-VIO2
Square-Root Robocentric Visual-Inertial Odometry with Online Spatiotemporal Calibration
hanmindev/Hmmm
Hanmin's Minecraft Math Module | Floating-Point Arithmetic for Minecraft's Function Format! (and more!)
nomonosound/numpy-minmax
A fast function (SIMD-accelerated) for finding the minimum and maximum value in a NumPy array
thunderpoot/pointy
Interactive IEEE 754 floating point calculator/visualiser written in Perl
purescript-contrib/purescript-float32
Float32, single-precision 32-bit floating-point number type.
stdlib-js/blas-ext-base-dsnansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
stdlib-js/constants-float32-smallest-subnormal
Smallest positive single-precision floating-point subnormal number.
stdlib-js/number-float32-base-from-binary-string
Create a single-precision floating-point number from a literal bit representation.
stdlib-js/number-float32-base-to-binary-string
Return a string giving the literal bit representation of a single-precision floating-point number.
stdlib-js/number-float32-base-to-uint32
Convert a single-precision floating-point number to an unsigned 32-bit integer.
LaserBorg/circuitpython_benchmark
Raspberry Pi Pico (RP2040) and Adafruit Metro M7 (NXP IMXRT10XX) benchmark
nomonosound/numpy-rms
Calculate RMS swiftly (SIMD-accelerated)
stdlib-js/assert-is-complex64array
Test if a value is a Complex64Array.
stdlib-js/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
stdlib-js/assert-is-float32vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.
stdlib-js/blas-base-ssyr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
stdlib-js/blas-ext-base-ssorthp
Sort a single-precision floating-point strided array using heapsort.
stdlib-js/blas-sswap
Interchange two single-precision floating-point vectors.
stdlib-js/complex-float32
64-bit complex number.
stdlib-js/constants-float32
Single-precision floating-point mathematical constants.
stdlib-js/constants-float32-exponent-mask
Mask for the exponent of a single-precision floating-point number.
stdlib-js/constants-float32-pinf
Single-precision floating-point positive infinity.
stdlib-js/math-base-assert-is-positive-zerof
Test if a single-precision floating-point numeric value is positive zero.
stdlib-js/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
stdlib-js/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
stdlib-js/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
stdlib-js/number-float32
Utilities for single-precision floating-point numbers.
stdlib-js/number-float32-base
Base utilities for single-precision floating-point numbers.
stdlib-js/number-float32-base-from-word
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
stdlib-js/number-float32-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
stdlib-js/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
stdlib-js/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
stdlib-js/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
stdlib-js/strided-base-smskmap2
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.
stdlib-js/strided-napi-cmap
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.
stdlib-js/strided-napi-smap2
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.