▸ subtract(x
: any, y
: any): number
Subtracts two given inputs using the built-in operator-.
#
Parameters:Name | Type | Description |
---|---|---|
x | any | The minuend. |
y | any | The subtrahend. |
Returns: number
number - The resulting difference.
Defined in: unsafe/math/subtract.ts:8