rem

open operator fun rem(other: F64Array): F64Array

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): F64Array

Divides each element with a scalar and takes the remainder.

Since

1.1.1

Parameters

other

the scalar