@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
Found 15 results for abs2
Compute the squared absolute value of a double-precision floating-point number.
Compute a moving sum of squared absolute values incrementally.
Compute an arithmetic mean of squared absolute values incrementally.
Compute a sum of squared absolute values incrementally.
Compute a moving arithmetic mean of squared absolute values incrementally.
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Create an iterator which computes the squared absolute value of each iterated value.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a strided array.
Compute the squared absolute value of a double-precision complex floating-point number.
Compute the squared absolute value of a single-precision complex floating-point number.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.