- TIL that the JavaScript % operator is not the modulus from number theory. https://en.wikipedia.org/wiki/Modulo_operation#In_programming_languages 29 comments programmertil
- % - Modulo or not modulo? https://en.wikipedia.org/wiki/Modulo_operation 39 comments csharp
- Why is it that in most programming languages, the modulo operator can return a negative number? http://en.wikipedia.org/wiki/Modulo_operation 11 comments learnprogramming
Linking pages
- Let’s stop copying C / fuzzy notepad https://eev.ee/blog/2016/12/01/lets-stop-copying-c/ 799 comments
- A Reply to _Let's stop copying C_ - gingerBill https://www.gingerbill.org/article/2020/01/25/a-reply-to-lets-stop-copying-c/ 296 comments
- How to avoid bounds checks in Rust (without unsafe!) | by Sergey "Shnatsel" Davidoff | Jan, 2023 | Medium https://shnatsel.medium.com/how-to-avoid-bounds-checks-in-rust-without-unsafe-f65e618b4c1e 88 comments
- GitHub - Tessil/hopscotch-map: C++ implementation of a fast hash map and hash set using hopscotch hashing https://github.com/Tessil/hopscotch-map 64 comments
- ROSEdu Techblog - From 0 to cryptography http://techblog.rosedu.org/from-0-to-cryptography.html 56 comments
- The Go Programming Language Specification - The Go Programming Language https://golang.org/ref/spec#Assignability 46 comments
- Modulo of Negative Numbers https://torstencurdt.com/tech/posts/modulo-of-negative-numbers/ 46 comments
- Number theory explained from first principles https://explained-from-first-principles.com/number-theory/ 29 comments
- Mathemagic: Full Multiplication. How to do multiplication with full 512… | by Remco Bloemen | wicketh | Medium https://medium.com/wicketh/mathemagic-full-multiply-27650fec525d 20 comments
- Nim ❚ A Scripter's Notes https://scripter.co/notes/nim/ 19 comments
- The Go Programming Language Specification - The Go Programming Language https://go.dev/ref/spec#Goto_statements 19 comments
- Understanding Bloom Filters by building one - rand[om] https://ricardoanderegg.com/posts/understanding-bloom-filters-by-building-one/ 15 comments
- Modulo Operator Performance Impact · Joseph Lust https://lustforge.com/2016/05/08/modulo-operator-performance-impact/ 13 comments
- GitHub - Tessil/ordered-map: C++ hash map and hash set which preserve the order of insertion https://github.com/tessil/ordered-map 12 comments
- Leapfrog Probing http://preshing.com/20160314/leapfrog-probing/ 8 comments
- GitHub - Tessil/robin-map: C++ implementation of a fast hash map and hash set using robin hood hashing https://github.com/tessil/robin-map 8 comments
- Diffie-Hellman: The Genius Algorithm Behind Secure Network Communication https://www.freecodecamp.org/news/diffie-hellman-key-exchange/ 8 comments
- GitHub - Tessil/sparse-map: C++ implementation of a memory efficient hash map and hash set https://github.com/tessil/sparse-map 6 comments
- GitHub - murzagalin/multiplatform-expressions-evaluator: Kotlin Multiplatform runtime infix expressions evaluator. https://github.com/murzagalin/multiplatform-expressions-evaluator 6 comments
- How I incorporate randomness into my blog's stylesheet https://blog.canh.am/how-i-incorporate-randomness-into-my-blogs-stylesheet/ 5 comments
Would you like to stay up to date with Web Development? Checkout Web Development
Weekly.
Related searches:
Search whole site: site:en.wikipedia.org
Search title: Modulo - Wikipedia
See how to search.