Skip to main content
Log in

Mojo function

isqrt

isqrt(x: SIMD[type, size]) -> SIMD[type, size]

Performs elementwise reciprocal square root on a SIMD vector.

Args:

  • x (SIMD[type, size]): SIMD vector to perform reciprocal square root on.

Returns:

The elementwise reciprocal square root of x.