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