aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/integer.md
diff options
context:
space:
mode:
authorEduardo Julian2022-11-28 15:35:57 -0400
committerEduardo Julian2022-11-28 15:35:57 -0400
commit8059ba6c421d3094fba336ac5d3dd39fe984b05e (patch)
tree416a27d5a5ae1db02afb2caa681c6e321c7b8f90 /documentation/bookmark/integer.md
parent09a29c952edb851e13edd454bd118c1c1ae83ade (diff)
Added currencies.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/integer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bookmark/integer.md b/documentation/bookmark/integer.md
index 3727d760a..98b7d308b 100644
--- a/documentation/bookmark/integer.md
+++ b/documentation/bookmark/integer.md
@@ -1,6 +1,6 @@
# Parsing
-0. []()
+0. [Figuring out round, floor and ceil with integer division](http://blog.pkh.me/p/36-figuring-out-round%2C-floor-and-ceil-with-integer-division.html)
0. [Multiplication from Scratch](https://gist.github.com/reednj/faca61bca9f09f9e1e9462595be2e931)
0. [Faster Integer Parsing](https://rust-malaysia.github.io/code/2020/07/11/faster-integer-parsing.html)