Skip to content

Commit c1f9279

Browse files
authored
Update intro.md
1 parent 01fc637 commit c1f9279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ On the other hand, the squaring function is non-monotone, thus it is given by th
2121
```math
2222
[a, b]^2 \bydef
2323
\begin{cases}
24-
[a^2, b^2], & 0 < a < b,
25-
[0, \max(a^2, b^2)], & a < 0 < b,
26-
[b^2, a^2], & a < b < 0.
24+
[a^2, b^2], & 0 \le a \le b, \\
25+
[0, \max(a^2, b^2)], & a \le 0 \le b, \\
26+
[b^2, a^2], & a \le b \le 0.
2727
\end{cases}
2828
```
2929

0 commit comments

Comments
 (0)