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.
2 parents a9209ad + 017eec0 commit fe780d6Copy full SHA for fe780d6
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. Note that `n` needs to be between 0-31 (32 bit).
32
33
34
0 commit comments