We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd29d5c commit 999aeeeCopy full SHA for 999aeee
Language/Functions/Bits and Bytes/bit.adoc
@@ -28,7 +28,7 @@ Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc
28
29
[float]
30
=== Parameters
31
-`n`: the bit whose value to compute
+`n`: the bit whose value to compute. 0 <= n < 32 (as it is intended to reflect the bits up to 31 of a uint32)
32
33
34
0 commit comments