Skip to content

Commit 61c29a3

Browse files
committed
Add comment about integers being positive
1 parent abfa9c8 commit 61c29a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fplus/numeric.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ std::function<X(X)> divide_by(const X& x)
834834
}
835835

836836
// API search type: div_pos_int_ceil : (a, a) -> a
837-
// Integer division, but rounding up instead of down.
837+
// Positive integer division, but rounding up instead of down.
838838
// div_pos_int_ceil(5, 3) == 2
839839
template<typename X>
840840
static auto div_pos_int_ceil(X numerator, X denominator) {

0 commit comments

Comments
 (0)