Notes on the Halting Problem 2023-12-07 https://blog.tal.bi/posts/halt-computability/ talbi #math #computability #turing
An Easy Factoring Problem (Factoring Prime Powers) 2023-10-21 https://blog.tal.bi/posts/factoring-prime-powers/ Ido Talbi #math #number-theory
Primality Checking with Wilson’s Theorem 2023-07-14 https://blog.tal.bi/posts/wilsons-theorem-primality/ talbi #math #primes #programming #cpp #optimizations
An Introduction to C++ Concepts using Math 2023-05-09 https://blog.tal.bi/posts/guide-to-cpp20-concepts/ talbi #cpp #cpp20 #programming #math
Integer factorisation: what’s the problem? 2022-12-10 https://blog.tal.bi/posts/factoring/ talbi #math #complexity #primes
The Abuse of Superscript The many, many ways superscript is used 2021-11-16 https://blog.tal.bi/posts/abuse-of-superscript/ talbi #math #notation
Fast $\varphi$ exponentiation 2021-10-28 https://blog.tal.bi/posts/fast-phi-powers/ talbi #golden-ratio #fibonacci #math #programming