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).