bytes-und-grains

recreate blog and features

Sparisoma Viridi
1 min read ·

Recreate the blog: Some features

Continuing previous post 1 here some features are presented, just as reminder.

math

Roots of a quadratic equation $y = ax^2 + bx + c$ can be obtained

$$\tag{1} x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, $$

which is knonw as quadratic formula.

Roots of a quadratic equation $y = ax^2 + bx + c$ can be obtained using

$$\tag{1}
x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a},
$$

which is knonw as quadratic formula.

notes


  1. Sparisoma Viridi, “Bytes and grains: Create a Hugo-based blog hosted on GitHub”, bytes and grains, 6 Jul 2024, url https://dudung.github.io/bug/posts/bytes-and-grains/ [20240707]. ↩︎

Tags: