Fix error in documentation about unary not

This commit is contained in:
Brayden Morris
2020-07-13 09:32:43 -06:00
committed by GitHub
parent 8b60efa149
commit 83aa456d05

View File

@@ -165,7 +165,7 @@ still evaluates both operands of
and and
.Sq || . .Sq || .
.Pp .Pp
! returns 1 if the operand was 0, and 1 otherwise. ! returns 1 if the operand was 0, and 0 otherwise.
.Ss Fixedpoint Expressions .Ss Fixedpoint Expressions
.Pp .Pp
Fixed-point numbers are basically normal (32-bit) integers, which count 65536th's instead of entire units, offering better precision than integers but limiting the range of values. Fixed-point numbers are basically normal (32-bit) integers, which count 65536th's instead of entire units, offering better precision than integers but limiting the range of values.