Skip to content

Commit ca0c9a9

Browse files
authored
Attempt to fix formula rendering
Used U+2063 at the start of each line
1 parent bed1b4d commit ca0c9a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ždoc/Language/testing.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ Both versions use C<0.1> for relative tolerance, yet the first can differ
192192
by about C<1> while the second can differ by about C<10>. The function used
193193
to calculate the difference is:
194194
195-
|got - expected|
196-
rel-diff = ──────────────────────
197-
max(|got|, |expected|)
195+
⁣ |got - expected|
196+
⁣rel-diff = ──────────────────────
197+
⁣ max(|got|, |expected|)
198198
199199
And the test will fail if C<rel-diff> is higher than C<$rel-tol>
200200

0 commit comments

Comments
Β (0)