mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Preprocessor wrapping and sqrt #283

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

We shouldn't do any wrapping of the sqrt function, as {:sqrt:} gives an error (even in raw asciimath).

Also, x/sqrt( gives an asciimath error in our script on edX. I'm not sure what the processed output looks like though; I thought that sqrt( wouldn't get any wrapping, and I can't seem to reproduce this one in raaw asciimath.

jolyonb commented 5 years ago

Resolved by #284