@stdlib/math-base-special-invf
Compute the multiplicative inverse of a single-precision floating-point number.
@stdlib/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.
@stdlib/math-strided-special-inv
Compute the multiplicative inverse for each element in a strided array.
@stdlib/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
math-base-special-inv
Compute the multiplicative inverse of a double-precision floating-point number.
math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
@stdlib/math-iter-special-inv
Create an iterator which computes the multiplicative inverse of each iterated value.
@stdlib/math-strided-special-sinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array.