mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -11,7 +11,7 @@ TYPES
|
||||
|
||||
DESCRIPTION
|
||||
If x is a nonzero integer, lowbit(x) returns the index of the
|
||||
lowest nonzero bit in the binary representation of abs(x). Equivalently,
|
||||
lowest nonzero bit in the binary representation of abs(x). Equivalently,
|
||||
lowbit(x) is the greatest integer for which x/2^n is an integer;
|
||||
the binary representation of x then ends with n zero bits.
|
||||
|
||||
|
Reference in New Issue
Block a user