aboutsummaryrefslogtreecommitdiffstats
path: root/libj2.7
diff options
context:
space:
mode:
Diffstat (limited to 'libj2.7')
-rw-r--r--libj2.720
1 files changed, 10 insertions, 10 deletions
diff --git a/libj2.7 b/libj2.7
index 7275a69..102e53e 100644
--- a/libj2.7
+++ b/libj2.7
@@ -30,12 +30,12 @@ Extend an intrinsic integer to an extended-precision integer.
.BR libj2_j2i_min (3),
.TQ
.BR libj2_j2u_min (3)
-Assign the minimum presentable value.
+Assign the minimum representable value.
.TP
.BR libj2_j2i_max (3),
.TQ
.BR libj2_j2u_max (3)
-Assign the maximum presentable value.
+Assign the maximum representable value.
.TP
.BR libj2_j2i_zero (3),
.TQ
@@ -91,7 +91,7 @@ Calculate the additive inverse.
Calculate the additive inverse of the absolute value.
.PP
.B libj2
-provides the following comparsion functions:
+provides the following comparison functions:
.TP
.BR libj2_j2i_cmp_j2i (3),
.TQ
@@ -116,7 +116,7 @@ provides the following comparsion functions:
.BR libj2_j2u_cmp_ju (3),
.TQ
.BR libj2_ju_cmp_j2u (3)
-Perform three-way comparision.
+Perform three-way comparison.
.TP
.BR libj2_j2i_eq_j2i (3),
.TQ
@@ -273,12 +273,12 @@ or eqaul to it.
.BR libj2_j2i_is_min (3),
.TQ
.BR libj2_j2u_is_min (3)
-Check whether a value is the minimum presentable value.
+Check whether a value is the minimum representable value.
.TP
.BR libj2_j2i_is_max (3),
.TQ
.BR libj2_j2u_is_max (3)
-Check whether a value is the maximum presentable value.
+Check whether a value is the maximum representable value.
.TP
.BR libj2_j2i_is_zero (3),
.TQ
@@ -293,10 +293,10 @@ Check whether a value is positive.
.BR libj2_j2i_is_negative (3)
Check whether a value is negative.
.TP
-.BR ibj2_sgn_j2i (3),
+.BR libj2_sgn_j2i (3),
.TQ
.BR libj2_sgn_j2u (3)
-Perform three-way comparision against the value zero (get the
+Perform three-way comparison against the value zero (get the
signum of a value).
.TP
.BR libj2_j2i_max_j2i (3),
@@ -856,7 +856,7 @@ Calculate the difference between two values.
.BR libj2_j2u_rsub_ju (3)
Calculate the difference between two values. These functions
swap the position of the two operands.
-.TQ
+.TP
.BR libj2_j2i_sub_j2i_overflow (3),
.TQ
.BR libj2_j2i_sub_j2i_to_j2i_overflow (3),
@@ -880,7 +880,7 @@ swap the position of the two operands.
.BR libj2_ju_sub_ju_to_j2u_overflow (3)
Calculate the difference between two values, and detect
overflow.
-.TQ
+.TP
.BR libj2_j2i_rsub_j2i_overflow (3),
.TQ
.BR libj2_j2i_rsub_ji_overflow (3),