ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.37 by sf-exg, Wed Aug 24 23:28:47 2011 UTC vs.
Revision 1.38 by sf-exg, Thu Aug 25 16:06:08 2011 UTC

527 527
528=item x = ecb_div_ru (val, div) 528=item x = ecb_div_ru (val, div)
529 529
530Returns C<val> divided by C<div> rounded down or up, respectively. 530Returns C<val> divided by C<div> rounded down or up, respectively.
531C<val> and C<div> must have integer types and C<div> must be strictly 531C<val> and C<div> must have integer types and C<div> must be strictly
532positive. 532positive. Note that these functions are implemented with macros in C
533and with function templates in C++.
533 534
534=back 535=back
535 536
536=head2 UTILITY 537=head2 UTILITY
537 538

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines