Modify ↓
Opened 15 years ago
Closed 15 years ago
#1525 closed Bug (Fixed)
BitRotate example is misleading
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | 3.3.7.0 | Component: | Documentation |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
From the help file examples for BitRotate:
$x = BitRotate(7, 2) ; x == 3 because 111b left-rotated twice is 1 1100b == 28
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Jpm
- Milestone set to 3.3.7.0
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.