<li><strong>add</strong>:<br />
<strong>Description</strong>: Adds a Selected Value to the Input Value<br />
<strong>Parameters</strong>:<br />
<strong>"value"</strong>: (The Value that should be added) LongNumber,<br />
<br />
</li><li><strong>remove</strong>:<br />
<strong>Description</strong>: Removes a Selected Value from the Input Value<br />
<strong>Parameters</strong>:<br />
<strong>"value"</strong>: (The Value that should be removed) LongNumber,<br />
<br />
</li><li><strong>multiply</strong>:<br />
<strong>Description</strong>: Multiplies the Input Value with a Selected Value<br />
<strong>Parameters</strong>:<br />
<strong>"value"</strong>: (The Value that should be Multiplied with) LongNumber,<br />
<br />
</li><li><strong>divide</strong>:<br />
<strong>Description</strong>: Divides the Input Value by a Selected Value<br />
<strong>Parameters</strong>:<br />
<strong>"value"</strong>: (The Value that should be divide with) LongNumber,<br />
<br />
</li><li><strong>pow</strong>:<br />
<strong>Description</strong>: Pows the Input Value with the Selected Value<br />
<strong>Parameters</strong>:<br />
<strong>"value"</strong>: (The Value that should be pow with) LongNumber,<br />
<br />
</li><li><strong>Modulo</strong>:<br />
<strong>Description</strong>: Applies the Selected Modulo to the Input Value<br />
<strong>Parameters</strong>:<br />
<strong>"value"</strong>: (The Value that should be Modulo with) LongNumber,<br />
<br />
</li>