Projects in Awesome Lists tagged with float32
A curated list of projects in awesome lists tagged with float32 .
https://github.com/rpng/r-vio2
Square-Root Robocentric Visual-Inertial Odometry with Online Spatiotemporal Calibration
calibration float32 icra iros ral robocentric slam square-root vins vio visual-inertial-mapping visual-inertial-odometry
Last synced: 06 Apr 2025
https://github.com/nomonosound/numpy-minmax
A fast function (SIMD-accelerated) for finding the minimum and maximum value in a NumPy array
avx512 c float32 numpy numpy-library python simd x86-64
Last synced: 06 Jul 2025
https://github.com/thunderpoot/pointy
Interactive IEEE 754 floating point calculator/visualiser written in Perl
calculator color colours command-line command-line-interface command-line-tool command-line-tools educational float32 floating-point ieee754 interactive interactive-visualizations mathematics perl terminal tui
Last synced: 19 Apr 2025
https://github.com/purescript-contrib/purescript-float32
Float32, single-precision 32-bit floating-point number type.
Last synced: 09 Mar 2025
https://github.com/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.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 22 Mar 2025
https://github.com/stdlib-js/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 10 Oct 2025
https://github.com/stdlib-js/strided-napi-smskmap
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-precision floating-point strided output array.
addon array float float32 flt javascript map mask masked missing n-api napi node node-js nodejs single-precision stdlib strided transform unary
Last synced: 12 Jul 2025
https://github.com/stdlib-js/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 19 Aug 2025
https://github.com/stdlib-js/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
angle convert degrees float float32 float32array flt geometry javascript math mathematics node node-js nodejs radians single-precision stdlib trig trigonometry vector
Last synced: 14 Apr 2025
https://github.com/stdlib-js/stats-base-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 25 Apr 2025
https://github.com/stdlib-js/assert-is-complex64array
Test if a value is a Complex64Array.
assert assertion complex64 complex64array float float32 ieee754 javascript node node-js nodejs single single-precision stdlib typed typed-array util utilities utility utils
Last synced: 04 Sep 2025
https://github.com/laserborg/circuitpython_benchmark
Raspberry Pi Pico (RP2040) and Adafruit Metro M7 (NXP IMXRT10XX) benchmark
adafruit adafruit-metro-m7 benchmark circuitpython float32 matmul mcu python3 raspberry-pi-pico
Last synced: 16 Mar 2025
https://github.com/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.
addon array cmplx complex float float32 flt javascript map n-api napi node node-api node-js nodejs single-precision stdlib strided transform unary
Last synced: 22 Jun 2025
https://github.com/stdlib-js/stats-base-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed
Last synced: 19 Apr 2025
https://github.com/stdlib-js/math-base-assert-is-positive-zerof
Test if a single-precision floating-point numeric value is positive zero.
assert assertion float float32 floating-point ieee754 javascript math mathematics node node-js nodejs number numeric positive stdlib util utilities utility utils
Last synced: 20 Aug 2025
https://github.com/nomonosound/numpy-rms
Calculate RMS swiftly (SIMD-accelerated)
arm-neon c float32 numpy numpy-library python simd x86-64
Last synced: 12 Jul 2025
https://github.com/stdlib-js/blas-ext-base-dsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
array blas extended float32 javascript math mathematics node node-js nodejs single statistics stats stdlib strided strided-array sum summation total typed
Last synced: 14 Apr 2025
https://github.com/stdlib-js/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
array ceil float float32 float32array flt integer javascript math mathematics ndarray nearest node node-js nodejs round single-precision stdlib strided vector
Last synced: 31 Oct 2025
https://github.com/stdlib-js/strided-napi-smap
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.
addon array float float32 flt javascript map n-api napi node node-js nodejs single-precision stdlib strided transform unary
Last synced: 12 Jul 2025
https://github.com/stdlib-js/blas-ext-base-sapx
Add a constant to each element in a single-precision floating-point strided array.
add addition array blas extended float float32 float32array javascript math mathematics ndarray node node-js nodejs scale single stdlib strided translate
Last synced: 30 Jul 2025
https://github.com/stdlib-js/blas-ext-base-dsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
array blas extended float32 javascript math mathematics node node-js nodejs single statistics stats stdlib strided strided-array sum summation total typed
Last synced: 22 Aug 2025
https://github.com/stdlib-js/stats-base-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 09 Apr 2025
https://github.com/stdlib-js/blas-sswap
Interchange two single-precision floating-point vectors.
algebra array blas float32 interchange javascript level-1 linear math mathematics ndarray node node-js nodejs single sswap stdlib subroutines swap vector
Last synced: 13 Apr 2025
https://github.com/stdlib-js/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
2d assert assertion float32 is ismatrix isndarray javascript mat matrix ndarray ndarray-like node node-js nodejs stdlib util utilities utility utils
Last synced: 17 Mar 2025
https://github.com/stdlib-js/blas-ext-base-sdsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
array blas extended float32 javascript math mathematics node node-js nodejs single statistics stats stdlib strided strided-array sum summation total typed
Last synced: 04 Mar 2025
https://github.com/stdlib-js/blas-ext-base-dsnannsumors
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.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 06 May 2025
https://github.com/stdlib-js/constants-float32
Single-precision floating-point mathematical constants.
const constants float float32 floating-point ieee754 javascript lib library math mathematics namespace node node-js nodejs single single-precision standard stdlib
Last synced: 03 Oct 2025
https://github.com/stdlib-js/math-base-special-identityf
Evaluate the identity function for a single-precision floating-point number.
float float32 identity javascript math mathematics node node-js nodejs single single-precision stdlib
Last synced: 09 Apr 2025
https://github.com/stdlib-js/stats-base-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 07 Jul 2025
https://github.com/stdlib-js/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
array assert assertion float float32 is isndarray javascript nd ndarray ndarray-like node node-js nodejs single stdlib util utilities utility utils
Last synced: 07 Jul 2025
https://github.com/stdlib-js/constants-float32-fourth-pi
1/4 times π.
const constant float float32 floating-point fourth ieee754 javascript math mathematics node node-js nodejs pi stdlib
Last synced: 13 Oct 2025
https://github.com/stdlib-js/blas-base-srotg
Construct a Givens plane rotation.
algebra array blas float float32 float32array javascript level-1 linear math mathematics ndarray node node-js nodejs single srotg stdlib subroutines vector
Last synced: 11 Apr 2025
https://github.com/stdlib-js/blas-base-wasm-sdot
Compute the dot product of `x` and `y`.
algebra array blas dot float float32 float32array javascript level-1 linear math mathematics ndarray node node-js nodejs sdot stdlib subroutines vector
Last synced: 03 Apr 2025
https://github.com/formulae-org/package-data-js
Data package for Fōrmulæ, in JavaScript
base64 base64string byte-buffer byte-manipulation data-conversion endianness float32 float64 floating-point hexadecimal-string long-int short-int string-decode string-encoding unicode-strings
Last synced: 19 Jul 2025
https://github.com/stdlib-js/lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
algebra array claset complex copy float float32 float32array javascript lapack linear math mathematics matrix ndarray node node-js nodejs stdlib subroutines
Last synced: 05 Apr 2025
https://github.com/stdlib-js/blas-ext-base-sapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum.
array blas extended float float32 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 24 Jun 2025
https://github.com/stdlib-js/constants-float32-two-pi
2π.
2pi const constant float float32 floating-point ieee754 javascript math mathematics node node-js nodejs pi precision stdlib
Last synced: 31 Aug 2025
https://github.com/stdlib-js/number-float32-base-assert
Base double-precision floating-point number assert functions.
assert base float float32 javascript namespace node node-js nodejs ns number single-precision stdlib types
Last synced: 05 Apr 2025
https://github.com/stdlib-js/constants-float32-significand-mask
Mask for the significand of a single-precision floating-point number.
32bit bits const constant float float32 floating-point ieee754 javascript mask math mathematics node node-js nodejs significand stdlib word
Last synced: 01 Aug 2025
https://github.com/stdlib-js/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
array element-wise float float32 float32array flt inv inverse javascript mask multiplicative ndarray node node-js nodejs reciprocal single-precision stdlib strided vector
Last synced: 04 Aug 2025
https://github.com/stdlib-js/blas-ext-base-ssortins
Sort a single-precision floating-point strided array using insertion sort.
arrange array blas extended float float32 insertion javascript math mathematics ndarray node node-js nodejs order permute single sort stdlib strided
Last synced: 30 Aug 2025
https://github.com/stdlib-js/napi-argv-strided-float32array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision floating-point array.
addon array float float32 javascript macros matrix napi native ndarray node node-js nodejs stdlib strided utilities utils
Last synced: 25 Oct 2025
https://github.com/stdlib-js/strided-base-smap2
Apply a binary function accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assign each result to an element in a single-precision floating-point strided output array.
apply array base binary float float32 flt foreach javascript map ndarray node node-js nodejs single-precision stdlib strided transform
Last synced: 08 Jul 2025
https://github.com/stdlib-js/number-float32-base-signbit
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
base bit float float32 floating-point javascript node node-js nodejs positive sign signbit single stdlib type types util utilities utility utils
Last synced: 30 Apr 2025
https://github.com/stdlib-js/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 30 Apr 2025
https://github.com/stdlib-js/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
32bit bits const constant float float32 floating-point ieee754 javascript mask math mathematics node node-js nodejs sign stdlib word
Last synced: 13 Apr 2025
https://github.com/stdlib-js/blas-ext-base-ssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 28 Feb 2025
https://github.com/stdlib-js/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
abs absolute array float float32 float32array flt javascript magnitude math mathematics ndarray node node-js nodejs single-precision stdlib strided value vector
Last synced: 12 Apr 2025
https://github.com/stdlib-js/constants-float32-half-pi
1/2 times π.
const constant float float32 floating-point half ieee754 javascript math mathematics node node-js nodejs pi stdlib
Last synced: 10 Apr 2025
https://github.com/stdlib-js/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
base bits convert float float32 floating-point javascript node node-js nodejs single stdlib to type types uint32 util utilities utility utils
Last synced: 13 Oct 2025
https://github.com/stdlib-js/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed
Last synced: 05 Oct 2025
https://github.com/stdlib-js/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
abs absolute array element-wise float float32 float32array javascript magnitude math mathematics ndarray node node-js nodejs stdlib strided value vector
Last synced: 12 Oct 2025
https://github.com/stdlib-js/stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs single statistics stats stdlib strided strided-array typed
Last synced: 04 Oct 2025
https://github.com/stdlib-js/constants-float32-e
Euler's number.
const constant e euler float32 floating-point ieee754 javascript math mathematics napier node node-js nodejs precision single stdlib
Last synced: 02 Sep 2025
https://github.com/stdlib-js/stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float32 javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 14 Apr 2025
https://github.com/stdlib-js/constants-float32-max-safe-nth-fibonacci
Maximum safe nth Fibonacci number when stored in single-precision floating-point format.
const constant fib fibonacci float float32 floating floating-point flt integer javascript max maximum node node-js nodejs number point safe stdlib
Last synced: 12 Jul 2025
https://github.com/isaaqq98/constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
const constant f32 factorial2 float float32 floating floating-point integer javascript max maximum nodejs number
Last synced: 03 Apr 2025
https://github.com/meredith2500/blas-base-wasm-sscal
Multiply a vector `x` by a scalar `alpha`.
alpha array float float32 float32array javascript linear mathematics ndarray nodejs sscal stdlib subroutines vector
Last synced: 29 Mar 2025
https://github.com/stdlib-js/stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 31 Mar 2025
https://github.com/stdlib-js/constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
64bit bits const constant float float32 floating-point high ieee754 javascript math mathematics node node-js nodejs significand stdlib word
Last synced: 31 Mar 2025
https://github.com/naveedsikder/constants-float32-apery
Apéry's constant.
apery const constant float32 floating-point ieee754 javascript mathematics nodejs number-theory precision riemann stdlib zeta
Last synced: 29 Mar 2025
https://github.com/stdlib-js/constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
const constant f32 factorial2 float float32 floating floating-point flt integer javascript max maximum node node-js nodejs number point safe stdlib
Last synced: 21 Jul 2025
https://github.com/stdlib-js/stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 25 Jun 2025
https://github.com/stdlib-js/stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
array domain extent extremes float32 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 20 Aug 2025
https://github.com/122321312/stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
array average avg central-tendency float32 javascript mathematics nodejs single statistics stats stdlib strided strided-array
Last synced: 23 Oct 2025
https://github.com/stdlib-js/constants-float32-max-safe-lucas
Maximum safe Lucas number when stored in single-precision floating-point format.
const constant fib fibonacci float float32 floating floating-point integer javascript lucas max maximum node node-js nodejs number point safe stdlib
Last synced: 16 Jul 2025
https://github.com/stdlib-js/stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 22 Jun 2025
https://github.com/stdlib-js/blas-base-sger
Perform the rank 1 operation `A = α*x*y^T + A`.
algebra array blas float float32 float32array javascript level-2 linear math mathematics ndarray node node-js nodejs sger stdlib subroutines
Last synced: 10 Jul 2025
https://github.com/stdlib-js/stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 07 Oct 2025
https://github.com/amertakarsaadhinata/number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
float float32 identity javascript mathematics nodejs single single-precision stdlib
Last synced: 10 Apr 2025
https://github.com/xionlightt/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
arithmetic-mean average avg central-tendency float float32 javascript mathematics nodejs statistics stdlib strided strided-array typed
Last synced: 03 Apr 2025
https://github.com/stdlib-js/stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 30 Aug 2025
https://github.com/stdlib-js/blas-base-wasm-scnrm2
Multiply a vector `x` by a scalar `alpha`.
algebra array blas float float32 float32array javascript level-1 linear math mathematics ndarray node node-js nodejs scnrm2 stdlib subroutines vector webassembly
Last synced: 11 Oct 2025
https://github.com/ruthwik25/stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
arithmetic-mean array avg central-tendency float32 javascript mathematics nodejs statistics stats stdlib strided typed welford
Last synced: 03 Apr 2025
https://github.com/antonc9018/propertydrawerbytestest
Storage-efficient tagged unions in Unity
Last synced: 16 Jun 2025
https://github.com/stdlib-js/complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
cmplx complex float float32 identity javascript math mathematics node node-js nodejs single single-precision stdlib
Last synced: 26 Oct 2025
https://github.com/stdlib-js/stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float32 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
array domain extent extremes float32 javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs single statistics stats stdlib strided strided-array typed
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 10 Aug 2025
https://github.com/stdlib-js/stats-strided-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed
Last synced: 07 Jul 2025
https://github.com/kutty0820/number-float32-base-ulp-difference
Calculate the ULP difference for Float32 numbers with this efficient JavaScript library. Perfect for numerical computation in browsers and Node.js. 🚀🌐
abs diff difference dist distance error float float32 javascript mathematics nodejs numbers relative stdlib ulp
Last synced: 30 Jun 2025