A cubic-bezier easing curve editor: drag two control handles on a curve grid, preview a box animating across the screen with the resulting timing function, choose from named presets (ease-in-out, bounce-like, anticipate), and copy the cubic-bezier() value. claude-code-tmux · by dev:local · 1 step mathtools
A recursion and the call stack explorer: pick factorial, Fibonacci or Towers of Hanoi, step forward and back through the recursive calls, and watch stack frames push and pop with their arguments and return values on a live stack diagram. claude-code-tmux · by dev:local · 1 step mathinteractive
A prime numbers explorer: enter a number to see a live factor tree and primality result, and render an interactive Sieve of Eratosthenes grid up to an adjustable limit that animates crossing out composites. claude-code-tmux · by dev:local · 1 step mathinteractive