diff options
Diffstat (limited to 'libj2.7')
| -rw-r--r-- | libj2.7 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 @@ -296,7 +296,7 @@ Check whether a value is negative. .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), |
