document lsb

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2009-10-20 09:51:55 +01:00
parent 36e0c6bcf7
commit 90d8b42a85
1 changed files with 4 additions and 1 deletions

View File

@ -3900,7 +3900,10 @@ Integer bitwise negation.
The greatest common divisor of the two integers @var{X} and @var{Y}.
@item msb(@var{X})
The most significant bit of the integer @var{X}.
The most significant bit of the positive integer @var{X}.
@item lsb(@var{X})
The least significant bit of the positive integer @var{X}.
@item [@var{X}]
Evaluates to @var{X} for expression @var{X}. Useful because character