Back to NDArray Operations
ediv
Element-wise division (./). Always element-wise regardless of shape.
Syntax
ediv(a: NDArray, b: NDArray) → r
Backends
TypeScriptnumwa
Description
Element-wise division (./). Always element-wise regardless of shape.
Parameters
| Name | Description |
|---|---|
| a | Numerator (NDArray or scalar) |
| b | Denominator (NDArray or scalar) |
Returns
NDArray with element-wise quotient