[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master ac1d15e95c 1/2: ; * src/data.c (Fash): More precise doc strin
From: |
Stefan Monnier |
Subject: |
Re: master ac1d15e95c 1/2: ; * src/data.c (Fash): More precise doc string |
Date: |
Tue, 19 Jul 2022 12:29:45 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> Return VALUE with its bits shifted left by COUNT.
> If COUNT is negative, shifting is actually to the right.
> Values are shifted as an infinitely wide two's complement representation;
> each shift step multiplies (left-shifting) or divides (right-shifting) the
> value by two, rounding down.
> VALUE and COUNT must be integers.
I like the "2 to the power N" part of the new doc, so I'd encourage
keeping it.
Stefan
Re: master ac1d15e95c 1/2: ; * src/data.c (Fash): More precise doc string,
Stefan Monnier <=