(this / value)
.
null
if they're invalid
@see #toNumber
The scale of the returned Money is as specified.
BigInteger
and rounds the result to the nearest whole number.k
and rounds to the nearest integer. Does not return a new polynomial but modifies this polynomial.
@param k the divisor
Each operand must derive from {@link LuaNumber}or derive from {@link LuaString} and be convertible to a number @param rhs The right-hand-side value to perform the divulo with @return value of {@code (this / rhs)} if both are numeric, or {@link LuaValue} if metatag processing occurs @throws LuaError if either operand is not a number or string convertible to number, and neither has the {@link DIV} metatag defined @see #arithmt(LuaValue,LuaValue)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|