Mojo function
remainder
remainder[dtype: DType, width: Int, //](x: SIMD[dtype, width], y: SIMD[dtype, width]) -> SIMD[dtype, width]
Computes the remainder of the inputs.
Constraints:
The input must be a floating-point type.
Parameters:
- βdtype (
DType): Thedtypeof the input and output SIMD vector. - βwidth (
Int): The width of the input and output SIMD vector.
Args:
Returns:
SIMD: The remainder of the inputs.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!