diff options
Diffstat (limited to 'tests/suite/visualize')
| -rw-r--r-- | tests/suite/visualize/gradient.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/visualize/gradient.typ b/tests/suite/visualize/gradient.typ index ff1aef3a..d66241f7 100644 --- a/tests/suite/visualize/gradient.typ +++ b/tests/suite/visualize/gradient.typ @@ -497,7 +497,7 @@ $ nabla dot bold(E) = frac(rho, epsilon_0) $ #show math.equation: set text(fill: gradient.linear(..color.map.rainbow)) #show math.equation: box -$ x_"1,2" = frac(-b +- sqrt(b^2 - 4 a c), 2 a) $ +$ x_"1,2" = frac(-b plus.minus sqrt(b^2 - 4 a c), 2 a) $ --- gradient-math-mat --- // Test on matrix @@ -529,7 +529,7 @@ $ A = mat( 7, 8, 9 ) $ -$ x_"1,2" = frac(-b +- sqrt(b^2 - 4 a c), 2 a) $ +$ x_"1,2" = frac(-b plus.minus sqrt(b^2 - 4 a c), 2 a) $ --- gradient-math-misc --- // Test miscellaneous |
