Search found 1 match

by gxt123
Thu Jan 19, 2023 3:20 am
Forum: Math & Science
Topic: Formulas starting position
Replies: 1
Views: 7828

Formulas starting position

HI all,

Is there a way to start these formulas the the same vertical "line":
img.png

my latex code:

\begin{equation} Accuracy = \frac{TP+TN}{TP+TN+FP+FN}\end{equation}
\begin{equation} Precision = \frac{TP}{TP+FP}\end{equation}
\begin{equation} Recall = \frac{TP}{TP+FN}\end{equation ...