We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934cc5a commit 682b540Copy full SHA for 682b540
maths/addition_without_arithmetic.nim
@@ -1,4 +1,5 @@
1
-## Illustrate how to add the integer without arithmetic operation
+## Illustrate how to implement addition of integers using bitwise operations
2
+## See https://en.wikipedia.org/wiki/Bitwise_operation#Applications
3
runnableExamples:
4
import std/strformat
5
var
0 commit comments