

Looks like the sub.rehab project is no longer active.
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
A “spiritual successor” to this project has been created by @rglullis@communick.news over at https://fediverser.network/communities
Just a quick markdown tip: If you want the asterisks to show up, you need to escape them with backslashes, otherwise they are rendered as italics.
y = a1\*x1 + a2\*x2 + …
Renders as:
y = a1*x1 + a2*x2 + …