GitHub topics: float32
stdlib-js/blas-ext-base-sindex-of
Return the first index of a specified search element in a single-precision floating-point strided array.
Language: JavaScript - Size: 213 KB - Last synced at: about 3 hours ago - Pushed at: about 4 hours ago - Stars: 0 - Forks: 0

Rahulchavan38/blas-base-wasm-srotm
Apply a modified Givens transformation.
Language: JavaScript - Size: 77.1 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

stdlib-js/strided-base-smskmap
Apply a unary function 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 assign each result to an element in a single-precision floating-point strided output array.
Language: JavaScript - Size: 508 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-ln-two
Natural logarithm of 2 as a single-precision floating-point number.
Language: JavaScript - Size: 207 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-ln-two-pi
Natural logarithm of 2π.
Language: JavaScript - Size: 184 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 118 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-log10-e
Base 10 logarithm of Euler's number.
Language: JavaScript - Size: 190 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-sapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum.
Language: JavaScript - Size: 1.11 MB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
Language: JavaScript - Size: 576 KB - Last synced at: about 12 hours ago - Pushed at: about 12 hours ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
Language: JavaScript - Size: 496 KB - Last synced at: about 13 hours ago - Pushed at: about 14 hours ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-scnrm2
Multiply a vector `x` by a scalar `alpha`.
Language: JavaScript - Size: 510 KB - Last synced at: about 15 hours ago - Pushed at: about 15 hours ago - Stars: 0 - Forks: 0

isaaqq98/constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
Language: JavaScript - Size: 43 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

CVasilakis/float8-float32-converter
A library written in C for converting between float8 (8-bit minifloat numbers) and float32 (single-precision floating-point numbers) formats.
Language: C - Size: 39.1 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

yarikkyzym/blas-base-wasm-sswap
Interchange two single-precision floating-point vectors.
Language: JavaScript - Size: 75.2 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

amertakarsaadhinata/number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
Language: Python - Size: 53.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssort2ins
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Language: JavaScript - Size: 820 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 935 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
Language: JavaScript - Size: 1.12 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 67.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
Language: JavaScript - Size: 2.74 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

Ruizin157/stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 61.5 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Xionlightt/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Language: JavaScript - Size: 63.5 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Ruthwik25/stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 67.4 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 548 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-srev
Reverse a single-precision floating-point strided array in-place.
Language: JavaScript - Size: 555 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Language: JavaScript - Size: 217 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float32-base
Base utilities for single-precision floating-point numbers.
Language: JavaScript - Size: 1.54 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
Language: JavaScript - Size: 1.66 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 245 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 394 KB - Last synced at: 1 day ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 357 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 188 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 187 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
Language: Python - Size: 156 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
Language: JavaScript - Size: 250 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 761 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
Language: JavaScript - Size: 196 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
Language: JavaScript - Size: 229 KB - Last synced at: 11 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Language: JavaScript - Size: 822 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-max-safe-integer
Maximum safe single-precision floating-point integer.
Language: JavaScript - Size: 301 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
Language: JavaScript - Size: 180 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
Language: Python - Size: 767 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 228 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Language: JavaScript - Size: 459 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 842 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Language: JavaScript - Size: 1.16 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssum
Calculate the sum of single-precision floating-point strided array elements.
Language: JavaScript - Size: 1.01 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
Language: JavaScript - Size: 1.87 MB - Last synced at: 10 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-snansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 701 KB - Last synced at: 1 day ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-snansumkbn2
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 744 KB - Last synced at: 6 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-srot
Apply a plane rotation.
Language: C - Size: 231 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-scopy
Copy values from x into y.
Language: C - Size: 621 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
Language: JavaScript - Size: 2.4 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
Language: C - Size: 437 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 249 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 1.62 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-srotg
Construct a Givens plane rotation.
Language: JavaScript - Size: 600 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
Language: JavaScript - Size: 686 KB - Last synced at: 7 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
Language: JavaScript - Size: 571 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/complex-float32-base
Base (i.e., lower-level) single-precision complex number functions.
Language: JavaScript - Size: 391 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
Language: JavaScript - Size: 583 KB - Last synced at: 2 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-ln-pi
Natural logarithm of π as a single-precision floating-point number
Language: JavaScript - Size: 117 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssort2hp
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Language: JavaScript - Size: 708 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

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.
Language: Python - Size: 652 KB - Last synced at: 10 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-half-pi
1/2 times π.
Language: JavaScript - Size: 167 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-float32vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.
Language: JavaScript - Size: 1.48 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 666 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-max
Maximum single-precision floating-point number.
Language: JavaScript - Size: 363 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 1

stdlib-js/constants-float32-max-safe-nth-lucas
Maximum safe nth Lucas number when stored in single-precision floating-point format.
Language: JavaScript - Size: 206 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/number-float64-base-to-float32
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Language: JavaScript - Size: 577 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-wasm-srot
Apply a plane rotation.
Language: JavaScript - Size: 555 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-max-safe-lucas
Maximum safe Lucas number when stored in single-precision floating-point format.
Language: JavaScript - Size: 190 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-strmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
Language: JavaScript - Size: 2.29 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
Language: JavaScript - Size: 172 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-fourth-pi
1/4 times π.
Language: JavaScript - Size: 139 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-sswap
Interchange two single-precision floating-point vectors.
Language: C - Size: 631 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-minf
Return the minimum single-precision floating-point number.
Language: Python - Size: 141 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Language: JavaScript - Size: 195 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-scabs1
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.
Language: Python - Size: 204 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-ssyr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Language: JavaScript - Size: 2.43 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 1

stdlib-js/blas-ext-base-dssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 1.17 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 557 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 3 - Forks: 0

stdlib-js/constants-float32-significand-mask
Mask for the significand of a single-precision floating-point number.
Language: JavaScript - Size: 287 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 195 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

stdlib-js/strided-base-reinterpret-complex64
Reinterpret a Complex64Array as a Float32Array.
Language: JavaScript - Size: 465 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
Language: JavaScript - Size: 214 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-assert-is-positive-zerof
Test if a single-precision floating-point numeric value is positive zero.
Language: Python - Size: 565 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Language: JavaScript - Size: 1.57 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Language: JavaScript - Size: 568 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 479 KB - Last synced at: 6 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-wasm-srotm
Apply a modified Givens transformation.
Language: JavaScript - Size: 493 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max-safe-nth-factorial
Maximum safe nth factorial when stored in single-precision floating-point format.
Language: JavaScript - Size: 228 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 236 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

stdlib-js/number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
Language: Python - Size: 181 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max-safe-fibonacci
Maximum safe Fibonacci number when stored in single-precision floating-point format.
Language: JavaScript - Size: 198 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
Language: JavaScript - Size: 697 KB - Last synced at: 7 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 805 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float32-base-exponent
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Language: Python - Size: 405 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 198 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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).
Language: Python - Size: 515 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0
