api / koma.extensions / div

div

@JvmName("divByte") operator funNDArray<Byte>.div(other:Byte):NDArray<Byte> @JvmName("divDouble") operator funNDArray<Double>.div(other:Double):NDArray<Double> @JvmName("divFloat") operator funNDArray<Float>.div(other:Float):NDArray<Float> @JvmName("divInt") operator funNDArray<Int>.div(other:Int):NDArray<Int> @JvmName("divLong") operator funNDArray<Long>.div(other:Long):NDArray<Long> @JvmName("divShort") operator funNDArray<Short>.div(other:Short):NDArray<Short>