--- cvsroot/libecb/ecb.pod 2011/06/18 13:37:39 1.36 +++ cvsroot/libecb/ecb.pod 2011/08/24 23:28:47 1.37 @@ -523,6 +523,14 @@ for (m = -100; m <= 100; ++m) int elem = myarray [ecb_mod (m, ecb_array_length (myarray))]; +=item x = ecb_div_rd (val, div) + +=item x = ecb_div_ru (val, div) + +Returns C divided by C
rounded down or up, respectively. +C and C
must have integer types and C
must be strictly +positive. + =back =head2 UTILITY