Difference between revisions of "MOD()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| Line 30: | Line 30: | ||
| [[Category:Documentation]] | [[Category:Documentation]] | ||
| [[Category:Functions]] | [[Category:Functions]] | ||
| + | [[Category:Numeric Data]] | ||
| + | [[Category:Numeric Data Functions]] | ||
Revision as of 09:08, 2 June 2009
Class
Numeric Data
Purpose
Function to return division remainder
Syntax
MOD(<expN1>,<expN2>)
See Also
Description
The MOD() returns the remainder after <expN1> has been divided by <expN2>.
Example
? mod(7,3) 1.00
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
