---
- include: "../../definitions.yaml"
- IntentMappings: {
"absolute-value": "function=absolute value",
"binomial": "infix=binomial; choose; end binomial",
"closed-interval": "other=closed-interval;from,to;end closed-interval",
"dot-product": "infix=dot:dot product:dot product",
"greatest-common-divisor": "function=gcd: the gcd: the greatest common divisor",
"imaginary-part": "function=imaginary part, the imaginary part, the imaginary part",
"least-common-multiple": "function=lcm:the lcm:the least common multiple",
"large-op:2": "infix=over",
"large-op:3": "other=from,to",
"real-part": "function=the real part",
"transpose": "postfix=transpose || function=transpose",
"divergence": "function= ; div: divergence: divergence; end divergence",
"curl": "function= ; curl; end curl",
"gradient": "function= ; grad: gradient: gradient; end gradient",
"laplacian": "function=lahplahsian", }
- NavigationParts: {
"large-op": "base; lower limit; upper limit",
"mfrac": "numerator;denominator",
"fraction": "numerator;denominator",
"msqrt": "root",
"square-root": "root",
"mroot": "root;root index",
"root": "root;root index",
"msub": "base;subscript",
"sub": "base;subscript",
"msup": "base;superscript",
"say-super": "base;superscript",
"skip-super": "base;superscript",
"power": "base;exponent",
"msubsup": "base;subscript;superscript",
"munder": "base;under limit",
"mover": "base;upper limit",
"munderover": "base;under limit;upper limit",
"in": "in",
"out": "out of",
}
- NumbersOnes: [
"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine",
"ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen",
"seventeen", "eighteen", "nineteen"
]
- NumbersOrdinalOnes: [
"zeroth", "first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", "ninth",
"tenth", "eleventh", "twelfth", "thirteenth", "fourteenth", "fifteenth", "sixteenth",
"seventeenth", "eighteenth", "nineteenth"
]
- NumbersOrdinalPluralOnes: [
"zeroth", "first", "seconds", "thirds", "fourths", "fifths", "sixths", "sevenths", "eights", "ninths",
"tenths", "elevenths", "twelfths", "thirteenths", "fourteenths", "fifteenths", "sixteenths",
"seventeenths", "eighteenths", "nineteenths"
]
- NumbersOrdinalFractionalOnes: [
"zero", "first", "half"
]
- NumbersOrdinalFractionalPluralOnes: [
"zeros", "firsts", "halves"
]
- NumbersTens: [
"", "ten", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety"
]
- NumbersOrdinalTens: [
"", "tenth", "twentieth", "thirtieth", "fortieth", "fiftieth", "sixtieth", "seventieth", "eightieth", "ninetieth"
]
- NumbersOrdinalPluralTens: [
"", "tenths", "twentieths", "thirtieths", "fortieths", "fiftieths", "sixtieths", "seventieths", "eightieths", "ninetieths"
]
- NumbersHundreds: [
"", "one hundred", "two hundred", "three hundred", "four hundred", "five hundred",
"six hundred", "seven hundred", "eight hundred", "nine hundred"
]
- NumbersOrdinalHundreds: [
"", "one hundredth", "two hundredth", "three hundredth", "four hundredth", "five hundredth",
"six hundredth", "seven hundredth", "eight hundredth", "nine hundredth"
]
- NumbersOrdinalPluralHundreds: [
"", "one hundredths", "two hundredths", "three hundredths", "four hundredths", "five hundredths",
"six hundredths", "seven hundredths", "eight hundredths", "nine hundredths"
]
- NumbersLarge: [
"", "thousand", "million", "billion", "trillion", "quadrillion",
"quintillion", "sextillion", "septillion", "octillion", "nonillion",
]
- NumbersOrdinalLarge: [
"", "thousandth", "millionth", "billionth", "trillionth", "quadrillionth",
"quintillionth", "sextillionth", "septillionth", "octillionth", "nonillionth"
]
- NumbersOrdinalPluralLarge: [
"", "thousandths", "millionths", "billionths", "trillionths", "quadrillionths",
"quintillionths", "sextillionths", "septillionths", "octillionths", "nonillionths"
]