From 90d8b42a85f9be1ec7169d820eb5c3a7951ee2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Manuel=20de=20Morais=20Santos=20Costa?= Date: Tue, 20 Oct 2009 09:51:55 +0100 Subject: [PATCH] document lsb --- docs/yap.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/yap.tex b/docs/yap.tex index fd967d673..198f912cd 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -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