mathjs-mathml
Version:
Translation of mathjs object to MathML
51 lines (50 loc) • 1.04 kB
JSON
{
"add": "plus",
"subtract": "minus",
"multiply": "times",
"divide": "divide",
"unaryPlus": "plus",
"unaryMinus": "minus",
"sin": "sin",
"cos": "cos",
"arctan": "arctan",
"arctg": "arctan",
"atan": "arctan",
"tan": "tan",
"tg": "tan",
"arccos": "arccos",
"acos": "arccos",
"arcsin": "arcsin",
"asin": "arcsin",
"ln": "ln",
"log": "ln",
"exp": "exp",
"sqrt": "root",
"log10": "log",
"lg": "log",
"fabs": "abs",
"abs": "abs",
"sign": "sign",
"floor": "floor",
"ceiling": "ceiling",
"ceil": "ceiling",
"power": "power",
"pow": "power",
"^": "power",
"min": "min",
"max": "max",
"min2": "min2",
"min3": "min3",
"max2": "max2",
"max3": "max3",
"larger": "gt",
"largerEq": "geq",
"smallerEq": "leq",
"smaller": "lt",
"equal" : "eq",
"unequal" : "neq",
"or": "or",
"and": "and",
"xor": "xor",
"not": "not"
}