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