Do you mean the
syntax?
This is used for function names that are not built into TeX/LaTeX (like "dotplot") to cause them to be typeset in a similar way to function names that are built in (like "cos" or "log"). The contents of an operatorname are typeset in a roman font (instead of italics), and certain spacing conventions are applied.
Mathquill has a configuration option called autoOperatorNames that allows saying which sequences of characters should automatically be interpreted as operator names, which you can read about here:
http://docs.mathquill.com/en/latest/Config/#autooperatornamesThe easiest way to learn what LaTeX to use to produce a given result in the calculator is to type the desired expression into the calculator, select it, and copy the result into a text editor. Expressions are copied as LaTeX.
Remember that if you want to put the result in a JS string, you will need to escape all of the backslashes.
Best,
Jason