div

open operator fun div(other: F64Array): F64Array

Divides this array by another array.

Return

the quotient of the arrays

Parameters

other

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


open operator fun div(other: Double): F64Array

Divides each element in the array by a scalar.

Return

the quotient of the array and the scalar

Parameters

other

the scalar