Module functions_2

Module functions_2 

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