Skip to content

Commit

Permalink
docs typo: sqrt convex --> concave
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhong committed Feb 22, 2016
1 parent d4810af commit 1742369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Of course, if an optimization problem has both LP and SOCP representable functio
| | | |decreasing on | |
| | | |:math:`x \le 0`| |
+----------------------------+-------------------------------------+------------+---------------+--------------------------+
|:code:`sqrt(x)` | :math:`\sqrt{x}` | convex |decreasing | IC: :math:`x>0` |
|:code:`sqrt(x)` | :math:`\sqrt{x}` | concave |decreasing | IC: :math:`x>0` |
+----------------------------+-------------------------------------+------------+---------------+--------------------------+
|:code:`square(x), x^2` | :math:`x^2` | convex |increasing on | none |
| | | |:math:`x \ge 0`| |
Expand Down

0 comments on commit 1742369

Please sign in to comment.