Hello world! August 9, 2010 less than 1 minute read My first blog post! #include <stdio.h> int main() { printf("Hello, World!n"); return 0; } Twitter Facebook LinkedIn Comments
The ‘trickonometry’ of math olympiad inequalities (Part 1) March 17, 2025 115 minute read Getting started with competitive math inequalities
A joke in approximating numbers raised to irrational powers November 18, 2024 4 minute read Pade Approximations are cute
Comments