Changes

Jump to navigation Jump to search
no edit summary
Line 8: Line 8:  
*This function gives an error when <math>B</math> value is 0.
 
*This function gives an error when <math>B</math> value is 0.
 
*<mathA</math> and <math>B</math> can be positive or negative. Suppose <mathA</math> and <math>B</math> are of same sign either '+' or '-',then the resultant sign is also the same.  
 
*<mathA</math> and <math>B</math> can be positive or negative. Suppose <mathA</math> and <math>B</math> are of same sign either '+' or '-',then the resultant sign is also the same.  
*But <math>A</math> and <math>B</math> are with different then the result will come with the <math> B </math> sign only.
+
*But <math>A</math> and <math>B</math> are with different then the result will come with the sign of <math>A</math>.
    
==ZOS==
 
==ZOS==
Line 20: Line 20:  
#=UNITMOD(25,5)=0
 
#=UNITMOD(25,5)=0
 
#=UNITMOD(12,-4)=0
 
#=UNITMOD(12,-4)=0
#=UNITMOD(85,-9)=-5
+
#=UNITMOD(85,-9)=4
#=UNITMOD(-52,7)=4
+
#=UNITMOD(-52,7)=-3
 
#=UNITMOD(0,9)=0
 
#=UNITMOD(0,9)=0
 
#=UNITMOD(9,0)=NAN
 
#=UNITMOD(9,0)=NAN
writer
2,661

edits

Navigation menu