subtract | R Documentation |
subtract :: Num a => a -> a -> a
subtract(x, y)
x |
Numeric value |
y |
Numeric value |
subtract(3, 4) = -1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.