✨ Latex steps
This commit is contained in:
@@ -144,7 +144,7 @@ class SolverService {
|
||||
steps.add(
|
||||
CalculationStep(
|
||||
title: '第一步:整理方程',
|
||||
explanation: r'将方程整理成标准形式 $ax^2+bx+c=0$。',
|
||||
explanation: r'将方程整理成标准形式 ax^2+bx+c=0。',
|
||||
formula:
|
||||
'\$\$${a}x^2 ${b >= 0 ? '+' : ''} ${b}x ${c >= 0 ? '+' : ''} $c = 0\$\$',
|
||||
),
|
||||
|
Reference in New Issue
Block a user