▸ Const
divide(x
: any, y
: any): number
Divides two given inputs using the built-in operator/.
#
Parameters:Name | Type | Description |
---|---|---|
x | any | The dividend. |
y | any | The divisor. |
Returns: number
The resulting quotient.
Defined in: unsafe/math/divide.ts:8
▸ Const
divide(x
: any, y
: any): number
Divides two given inputs using the built-in operator/.
Name | Type | Description |
---|---|---|
x | any | The dividend. |
y | any | The divisor. |
Returns: number
The resulting quotient.
Defined in: unsafe/math/divide.ts:8