From 4cda88ff605a490bc432e1d003797e9be1a2ea54 Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Tue, 4 Feb 2014 13:12:48 -0500 Subject: [PATCH] Added warning about complex numbers to math expression input --- docs/en_us/course_authors/source/advanced_problems.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_us/course_authors/source/advanced_problems.rst b/docs/en_us/course_authors/source/advanced_problems.rst index 61a3efc35a..63d5b9ac7a 100644 --- a/docs/en_us/course_authors/source/advanced_problems.rst +++ b/docs/en_us/course_authors/source/advanced_problems.rst @@ -307,6 +307,8 @@ Studio, you'll use `MathJax `_ to change your plain text into "beautiful math." For more information about how to use MathJax in Studio, see :ref:`MathJax in Studio`. +.. warning:: Math expression input problems cannot currently include any any kind of complex numbers. This includes negative numbers raised to fractional powers, such as (-1)^(1/2). + .. image:: Images/MathExpressionInputExample.gif :alt: Image of math expression input problem