diff --git a/physica.typ b/physica.typ index 2f6e8da..0abf5d7 100644 --- a/physica.typ +++ b/physica.typ @@ -295,7 +295,7 @@ for c in range(order) { let xc = xs.at(c) row_array.push(math.frac( - $diff^#order #f$, + $diff^2 #f$, if xr == xc { $diff #xr^2$ } else { $diff #xr diff #xc$ } )) }