Topic: "float32"
rpng/R-VIO2
Square-Root Robocentric Visual-Inertial Odometry with Online Spatiotemporal Calibration
Language: C++ - Size: 7.7 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 264 - Forks: 31
hanmindev/Hmmm
Hanmin's Minecraft Math Module | Floating-Point Arithmetic for Minecraft's Function Format! (and more!)
Language: mcfunction - Size: 229 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 22 - Forks: 4
nomonosound/numpy-minmax
A fast function (SIMD-accelerated) for finding the minimum and maximum value in a NumPy array
Language: Python - Size: 75.2 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 13 - Forks: 2
thunderpoot/pointy
Interactive IEEE 754 floating point calculator/visualiser written in Perl
Language: Perl - Size: 1.6 MB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0
stdlib-js/number-float32-base-to-binary-string
Return a string giving the literal bit representation of a single-precision floating-point number.
Language: JavaScript - Size: 891 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0
stdlib-js/number-float32-base-to-uint32
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Language: JavaScript - Size: 414 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0
stdlib-js/number-float32-base-from-binary-string
Create a single-precision floating-point number from a literal bit representation.
Language: JavaScript - Size: 1.2 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0
stdlib-js/constants-float32-max
Maximum single-precision floating-point number.
Language: JavaScript - Size: 363 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1
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: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0
stdlib-js/constants-float32-smallest-subnormal
Smallest positive single-precision floating-point subnormal number.
Language: JavaScript - Size: 333 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0
purescript-contrib/purescript-float32
Float32, single-precision 32-bit floating-point number type.
Language: PureScript - Size: 29.3 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 6
stdlib-js/strided-base-smap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.
Language: JavaScript - Size: 525 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 444 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
stdlib-js/blas-base-ssyr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Language: JavaScript - Size: 639 KB - Last synced at: 10 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 1
stdlib-js/number-float32-base
Base utilities for single-precision floating-point numbers.
Language: JavaScript - Size: 1.51 MB - Last synced at: 10 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-sapx
Add a constant to each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 636 KB - Last synced at: 10 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0
tphakala/simd
High-performance SIMD library for Go with AVX/NEON support
Language: Go - Size: 327 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0
stdlib-js/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
Language: Python - Size: 337 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32
Single-precision floating-point mathematical constants.
Language: JavaScript - Size: 962 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 843 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - 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.52 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
stdlib-js/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
Language: JavaScript - Size: 1.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-base-scopy
Copy values from x into y.
Language: C - Size: 643 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/number-float32-base-to-int32
Convert a single-precision floating-point number to a signed 32-bit integer.
Language: JavaScript - Size: 379 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32-pinf
Single-precision floating-point positive infinity.
Language: JavaScript - Size: 545 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - 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: 1.08 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-base-sswap
Interchange two single-precision floating-point vectors.
Language: C - Size: 662 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32-exponent-mask
Mask for the exponent of a single-precision floating-point number.
Language: JavaScript - Size: 325 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
stdlib-js/number-float32
Utilities for single-precision floating-point numbers.
Language: JavaScript - Size: 1.48 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
nomonosound/numpy-rms
Calculate RMS swiftly (SIMD-accelerated)
Language: Python - Size: 53.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1
stdlib-js/constants-float32-max-safe-integer
Maximum safe single-precision floating-point integer.
Language: JavaScript - Size: 313 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Language: JavaScript - Size: 597 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - 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: 1.04 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - 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: 668 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/assert-is-complex64array
Test if a value is a Complex64Array.
Language: JavaScript - Size: 1.17 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 2 - 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: 573 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-sdsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Language: JavaScript - Size: 1.17 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 954 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - 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: 660 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 964 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - 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: 597 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
Language: JavaScript - Size: 541 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 1.22 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
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.25 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 1.13 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-ssum
Calculate the sum of single-precision floating-point strided array elements.
Language: JavaScript - Size: 1.19 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 2 - 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: 585 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-ssumkbn2
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 857 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32-min-safe-integer
Minimum safe single-precision floating-point integer.
Language: JavaScript - Size: 328 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 681 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
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.
Language: C - Size: 241 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
Language: Python - Size: 753 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-strunc
Round each element in a single-precision floating-point strided array toward zero.
Language: JavaScript - Size: 476 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 588 KB - Last synced at: 12 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/number-float32-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Language: JavaScript - Size: 706 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - 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: 119 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - 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: 584 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-ssorthp
Sort a single-precision floating-point strided array using heapsort.
Language: JavaScript - Size: 698 KB - Last synced at: 4 months ago - Pushed at: 6 months 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 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-srev
Reverse a single-precision floating-point strided array in-place.
Language: JavaScript - Size: 562 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - 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: 771 KB - Last synced at: 2 months ago - Pushed at: 7 months 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: 3 months ago - Pushed at: 7 months ago - Stars: 2 - 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: 806 KB - Last synced at: 2 months ago - Pushed at: 7 months 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: 4 months ago - Pushed at: 7 months 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: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-sswap
Interchange two single-precision floating-point vectors.
Language: JavaScript - Size: 5.7 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 643 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
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.
Language: C - Size: 102 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/blas-ext-base-snansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
Language: JavaScript - Size: 1.1 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32-cbrt-eps
Cube root of single-precision floating-point epsilon.
Language: JavaScript - Size: 544 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/constants-float32-eps
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
Language: JavaScript - Size: 529 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 650 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 587 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
Language: JavaScript - Size: 639 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-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.
Language: JavaScript - Size: 493 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-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: 1010 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-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: 533 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 510 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-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.
Language: JavaScript - Size: 1 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 1.48 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
Language: JavaScript - Size: 341 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-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: 1.41 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0
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.
Language: JavaScript - Size: 581 KB - Last synced at: 12 days ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0
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.
Language: C - Size: 267 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 563 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 683 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0
stdlib-js/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 667 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
stdlib-js/complex-float32
64-bit complex number.
Language: JavaScript - Size: 778 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
LaserBorg/circuitpython_benchmark
Raspberry Pi Pico (RP2040) and Adafruit Metro M7 (NXP IMXRT10XX) benchmark
Language: Python - Size: 8.79 KB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 2 - 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: 560 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0
stdlib-js/number-float32-base-significand
Return an integer corresponding to the significand of a single-precision floating-point number.
Language: Python - Size: 573 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0
stdlib-js/constants-float32-ninf
Single-precision floating-point negative infinity.
Language: JavaScript - Size: 425 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - 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: 548 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0
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.
Language: JavaScript - Size: 439 KB - Last synced at: 5 days ago - Pushed at: 6 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: 874 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0
stdlib-js/complex-float32-ctor
64-bit complex number.
Language: C - Size: 360 KB - Last synced at: 9 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0
stdlib-js/number-float32-base-assert
Base double-precision floating-point number assert functions.
Language: JavaScript - Size: 318 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0
stdlib-js/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
Language: JavaScript - Size: 306 KB - Last synced at: 9 days ago - Pushed at: 12 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: 127 KB - Last synced at: 12 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0
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.
Language: JavaScript - Size: 1.75 MB - Last synced at: 13 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0