Changes

no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''REMAINDER(number,divisor) '''</div><br/>
+
<div style="font-size:30px">'''REMAINDER(Number,Divisor) '''</div><br/>
*<math>number</math> is a single number or set of numbers, and
+
OR
*<math>divisor</math> is any real number.
+
<div style="font-size:30px">'''MOD (Number,Divisor) '''</div><br/>
 +
*<math>Number</math> is a single number or set of numbers, and
 +
*<math>Divisor</math> is any real number.
 +
**REMAINDER(),returns the remainder from division.
    
==Description==
 
==Description==
Line 11: Line 14:     
==ZOS==
 
==ZOS==
*The syntax is to calculate remainder of the given numbers in ZOS is <math>REMAINDER(number,divisor)</math>.
+
*The syntax is to calculate remainder of the given numbers in ZOS is <math>REMAINDER(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.,REMAINDER(10,2),REMAINDER(50.2,-4)
 
*For e.g.,REMAINDER(10,2),REMAINDER(50.2,-4)
  
writer
6,694

edits