Module functions

Module functions 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Functions§

abs_simd
Compute the absolute value of each element (SIMD-accelerated).
cos_simd
Compute the cosine of each element (SIMD-accelerated).
cosh_simd
Compute the hyperbolic cosine of each element (SIMD-accelerated).
exp_simd
Compute the exponential (e^x) of each element (SIMD-accelerated).
floor_simd
Compute the floor (round down) of each element (SIMD-accelerated).
ln_simd
Compute the natural logarithm (ln(x)) of each element (SIMD-accelerated).
pow_simd
Compute the element-wise power with array exponents (SIMD-accelerated).
powf_simd
Compute the power of each element with a scalar exponent (SIMD-accelerated).
sign_simd
Compute the sign (signum) of each element (SIMD-accelerated).
sin_simd
Compute the sine of each element (SIMD-accelerated).
sinh_simd
Compute the hyperbolic sine of each element (SIMD-accelerated).
sqrt_simd
Compute the square root of each element (SIMD-accelerated).
tan_simd
Compute the tangent of each element (SIMD-accelerated).
tanh_simd
Compute the hyperbolic tangent of each element (SIMD-accelerated).