(group, options)
| 10065 | } |
| 10066 | |
| 10067 | function mclass_mathmlBuilder(group, options) { |
| 10068 | var inner = buildMathML_buildExpression(group.body, options); |
| 10069 | return mathMLTree.newDocumentFragment(inner); |
| 10070 | } // Math class commands except \mathop |
| 10071 | |
| 10072 | |
| 10073 | defineFunction({ |
nothing calls this directly
no test coverage detected