SUBTRACT
Subtract one number from another
Example Usage
Overview
Function signature
SUBTRACT(x, y)
Category
Math
Return data type
float
Arguments
Name | DataType | List Options | Description |
---|
x | float | | the starting value |
y | float | | the amount to subtract from x |