Skip to main content
Log in

Mojo function

modf

modf(x: SIMD[dtype, size]) -> Tuple[SIMD[dtype, size], SIMD[dtype, size]]

Computes the integral and fractional part of the value.

Args:

  • x (SIMD[dtype, size]): The input value.

Returns:

A tuple containing the integral and fractional part of the value.