×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Mod

24 bytes added, 13:12, 13 February 2012
m
Reverted edits by 176.8.90.7 (talk) to last revision by JoshM
Returns the remainder from dividing one specified numerical expression by another(i.e. the modulus).
==== Usage ====<syntaxhighlight>Mod(Dividend,Divisor);</syntaxhighlight>
Where: [[ :'''Dividend]] ''' - a numerical expression.
[[:'''Divisor]] ''' - a numerical expression .
==== Example ====<syntaxhighlight>Mod(25,7) will ;</syntaxhighlight>Will return a value of 4</syntaxhighlight> .
[[Category:Math and Trig]]