Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- acos_
simd - Compute the arccosine of each element (SIMD-accelerated).
- asin_
simd - Compute the arcsine of each element (SIMD-accelerated).
- atan2_
simd - Compute the two-argument arctangent element-wise (SIMD-accelerated).
- atan_
simd - Compute the arctangent of each element (SIMD-accelerated).
- ceil_
simd - Compute the ceiling (round up) of each element (SIMD-accelerated).
- fract_
simd - Compute the fractional part of each element (SIMD-accelerated).
- gamma_
simd - Compute the gamma function Γ(x) for each element (SIMD-accelerated).
- log10_
simd - Compute the base-10 logarithm of each element (SIMD-accelerated).
- powi_
simd - Compute integer power (base^n) for each element (SIMD-accelerated).
- recip_
simd - Compute the reciprocal (multiplicative inverse) of each element (SIMD-accelerated).
- round_
simd - Compute the rounding to nearest integer of each element (SIMD-accelerated).