The division (/) operator. If x is an object with a div method, it returns x.div(y). Otherwise it returns the result of x / y.
x
div
x.div(y)
x / y
Generated using TypeDoc
The division (/) operator. If
x
is an object with adiv
method, it returnsx.div(y)
. Otherwise it returns the result ofx / y
.Returns
x / y