From 9d1df2d432e35be37603f66c9d7e72ffbca5257a Mon Sep 17 00:00:00 2001 From: jand Date: Thu, 13 Feb 2003 22:57:01 +0000 Subject: [PATCH] bin --- doc/reference.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference.tex b/doc/reference.tex index ef702888..b36ba990 100644 --- a/doc/reference.tex +++ b/doc/reference.tex @@ -222,9 +222,9 @@ binary string representation is often needed. Therefore, they also have a method that converts to a binary string: \begin{methoddesc}[intbv]{bin}{\optional{width}} -Return a representation as a binary string, that is, a string that -only contains '0's or '1's. If \var{width} is provided, the string is -padded so that it has the desired width. +Return a representation as a binary string, that is, a string +containing only '0's or '1's. If \var{width} is provided, the string is +padded with the sign bit so that it has the desired width. \end{methoddesc} In addition, an \class{intbv} object supports the iterator protocol. This