The quadratic formula is $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ and it solves any quadratic equation.
$$ \int_{0}^{\infty} e^{-x^2} dx = \frac{\sqrt{\pi}}{2} $$
From here you can search the entire zettelkasten. Enter your search terms below.
Choose the paper palette for notes and navigation.
Set the syntax highlighting palette without changing the page scheme.
def greet(name: str) -> str: """Return a greeting.""" return f"Hello, {name}!" print(greet("Zettelkasten"))