rem

open operator fun rem(other: F64Array): <Error class: unknown class>

Divides this array by another array and takes the remainder. Both arrays must have the same shape.

Since

1.1.1

Parameters

other

the other array, must have the same shape as this array


open operator fun rem(other: Double): <Error class: unknown class>

Divides each element with a scalar and takes the remainder.

Since

1.1.1

Parameters

other

the scalar