Changes

44 bytes added ,  23:25, 15 June 2018
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''MOD(number,divisor) '''</div><br/>
+
<div style="font-size:30px">'''MOD(Number,Divisor) '''</div><br/>
*<math>number</math> and <math>divisor</math> are any real numbers.
+
*<math>Number</math> and <math>Divisor</math> are any real numbers.
 +
*MOD() returns the remainder from division.
    
==Description==
 
==Description==
Line 13: Line 14:     
==ZOS==
 
==ZOS==
*The syntax is to calculate remainder of the given numbers in ZOS is <math>MOD(number,divisor)</math>.
+
*The syntax is to calculate remainder of the given numbers in ZOS is <math>MOD(Number,Divisor)</math>.
**<math>number</math> and <math>divisor</math> are any real numbers.
+
**<math>Number</math> and <math>Divisor</math> are any real numbers.
 
*For e.g.,mod(10,2),mod(50.2,-4)
 
*For e.g.,mod(10,2),mod(50.2,-4)
  
writer
6,694

edits