minor: add bitwise to readme #2

Open
lremes wants to merge 1 commits from lremes/update-readme into main
There is no content yet.
lremes added 1 commit 2026-03-15 21:10:44 +00:00
wcappa reviewed 2026-03-15 21:13:24 +00:00
@ -23,2 +23,4 @@
```
Bitwise operations supported too:

might also be good to add a section that shows you can do cross-format calculations, like 0xf+1 will actually correctly resolve

might also be good to add a section that shows you can do cross-format calculations, like `0xf+1` will actually correctly resolve

or actually probably better in another PR

or actually probably better in another PR
wcappa approved these changes 2026-03-15 21:13:29 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b lremes/update-readme main
git pull origin lremes/update-readme

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff lremes/update-readme
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TC/tc-calc#2
There is no content yet.