mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Merge pull request #536 from braydenm303/patch-1
Fix error in documentation about unary not
This commit is contained in:
@@ -165,7 +165,7 @@ still evaluates both operands of
|
||||
and
|
||||
.Sq || .
|
||||
.Pp
|
||||
! returns 1 if the operand was 0, and 1 otherwise.
|
||||
! returns 1 if the operand was 0, and 0 otherwise.
|
||||
.Ss Fixed‐point Expressions
|
||||
.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.
|
||||
|
||||
Reference in New Issue
Block a user