Description Usage Arguments Value Examples
Function that adds two numbers together using
the existing muladd()
and hence muladdpow()
functions
1 | add(value, a)
|
value |
starting value to transform |
a |
number to add |
final calculated value
1 | add(1, 2) == 1 + 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.