Difference between revisions of "MOD()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return division remainder
 
Function to return division remainder
 
  
 
==Syntax==
 
==Syntax==
 
MOD(<expN1>,<expN2>)
 
MOD(<expN1>,<expN2>)
 
  
 
==See Also==
 
==See Also==
 
[[IIF()]], [[MAX()]], [[MIN()]]
 
[[IIF()]], [[MAX()]], [[MIN()]]
 
  
 
==Description==
 
==Description==
 
The MOD() returns the remainder after <expN1> has been divided by <expN2>.
 
The MOD() returns the remainder after <expN1> has been divided by <expN2>.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
       1.00
 
       1.00
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 13:00, 11 December 2012

Purpose

Function to return division remainder

Syntax

MOD(<expN1>,<expN2>)

See Also

IIF(), MAX(), MIN()

Description

The MOD() returns the remainder after <expN1> has been divided by <expN2>.

Example

? mod(7,3)
       1.00

Products

Lianja Server, Lianja