Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.44 KB

File metadata and controls

31 lines (20 loc) · 2.44 KB

subtract()

Subtract

subtract() subtracts two or more numbers.

When there is only one argument, the number is flipped from positive to negative or negative to positive.

Data signatures
subtract( term: $${\color{green}int}$$ ǁ $${\color{green}float}$$, ... )
Call signatures
subtract( term: Term ǁ Header ǁ Reference ǁ Variable ǁ Function, ... )
Purpose Value
Main focus subtract() produces a calculated value
Aliases subtract, minus
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]