Changes

Line 65: Line 65:  
| class="sshl_f" | 10
 
| class="sshl_f" | 10
 
|}
 
|}
 +
 +
==Proper Divisor==
 +
*The proper divisors of a positive integer N are those numbers, other than N itself, that divide N without remainder.
 +
*For N > 1 they will always include 1, but for N = 1 there are no proper divisors.
 +
*The proper divisors of 6 are 1, 2, and 3.
 +
*PROPERDIVISORS(10) = 1  2  5
 +
*ALIQUOTDIVISORS(15) = 1  3  5
    
==Examples==
 
==Examples==
Line 71: Line 78:  
#DIVIDE(379.45,22) = 17.24772727272727
 
#DIVIDE(379.45,22) = 17.24772727272727
 
#DIVIDE(-50,5) = -10
 
#DIVIDE(-50,5) = -10
 +
#(10006785432188888888n).divide(2665n) = 3754891344160933
    
==Related Videos==
 
==Related Videos==
writer
6,694

edits