Projects in Awesome Lists tagged with single-precision
A curated list of projects in awesome lists tagged with single-precision .
https://github.com/stdlib-js/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
32-bit 32bit const constant eps epsilon float float32 floating-point ieee754 javascript math mathematics node node-js nodejs real single single-precision stdlib
Last synced: 22 Jun 2026
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/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.
apply array base binary float float32 flt foreach javascript map mask masked ndarray node node-js nodejs single-precision stdlib strided transform
Last synced: 26 Jun 2026
https://github.com/stdlib-js/math-base-special-hypotf
Compute the hypotenuse avoiding overflow and underflow (single-precision).
euclid euclidean float geometry hypotenuse hypotf javascript math mathematics node node-js nodejs pythagoras pythagorean-theorem single single-precision stdlib triangle trig trigonometry
Last synced: 16 Sep 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/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/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/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/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/math-base-special-clampf
Restrict a single-precision floating-point number to a specified range.
clampf clip float interval javascript math mathematics node node-js nodejs range restrict single single-precision stdlib
Last synced: 28 Feb 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/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.
addon array binary float float32 flt javascript map n-api napi node node-api node-js nodejs single-precision stdlib strided transform
Last synced: 15 Feb 2026
https://github.com/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.
array float float32 float32array flt javascript node node-js nodejs number power principal root single-precision sqrt square stdlib strided trig vector
Last synced: 20 Jun 2026
https://github.com/stdlib-js/math-base-ops-mulf
Multiply two single-precision floating-point numbers.
float javascript math mathematics multiplication multiply node node-js nodejs number prod product single single-precision stdlib times
Last synced: 08 Oct 2025
https://github.com/stdlib-js/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
abs abs2f absolute float javascript magnitude math mathematics node node-js nodejs number single single-precision square squared stdlib
Last synced: 08 Mar 2026
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/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: 19 Jan 2026
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/array-float32
Float32Array.
array data float float32 float32array ieee754 javascript node node-js nodejs single single-precision stdlib structure typed typed-array types
Last synced: 14 Jan 2026
https://github.com/stdlib-js/constants-float32-num-bytes
Size (in bytes) of a single-precision floating-point number.
bits bytes const constant float floating-point ieee754 javascript math mathematics nbytes node node-js nodejs single single-precision size size-of sizeof stdlib
Last synced: 12 Jan 2026
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: 18 Feb 2026
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: 03 Feb 2026
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: 09 May 2026
https://github.com/stdlib-js/number-float32-base-div
Divide two single-precision floating-point numbers.
divide division float javascript math mathematics multiplication multiply node node-js nodejs number prod product single-precision stdlib times
Last synced: 09 May 2026
https://github.com/stdlib-js/number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
add addition float javascript math mathematics node node-js nodejs number single single-precision stdlib sum summation
Last synced: 16 Apr 2026
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/stdlib-js/math-base-special-fast-hypotf
Compute the hypotenuse of a single-precision floating-point number.
euclid euclidean fast fastmath geometry hypotenuse hypotf javascript math mathematics node node-js nodejs pythagoras pythagorean-theorem single-precision stdlib triangle trig trigonometry
Last synced: 18 Apr 2026
https://github.com/stephengold/ubench
A microbenchmarking workbench for Java
benchmark commons-math float floating-point java jme3 jmh jmonkeyengine math microbenchmark open-source performance single-precision sqrt transcendental-functions trigonometric-functions
Last synced: 03 Jul 2026
https://github.com/stdlib-js/number-float32-base-mul
Multiply two single-precision floating-point numbers.
float javascript math mathematics multiplication multiply node node-js nodejs number prod product single single-precision stdlib times
Last synced: 12 Apr 2026