▸ remainder(x
: any, y
: any): number
Gets the remainder of dividing two given NumberLikes.
#
Parameters:Name | Type | Description |
---|---|---|
x | any | The dividend. |
y | any | The divisor. |
Returns: number
number - The resulting remainder.
Defined in: unsafe/math/remainder.ts:8