Description Usage Arguments Value Examples
Function that multiplies two numbers together, adds a third and finally raises to a fourth power all in one function
1 | muladdpow(value, m, a, p)
|
value |
starting value to transform |
m |
number to multiply by |
a |
number to add on |
p |
power to raise total by |
final calculated value
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.