| Enumerator |
|---|
| AST_PLUS |
Plus (MathML <plus>)
|
| AST_MINUS |
Minus (MathML <minus>)
|
| AST_TIMES |
Times (MathML <times>)
|
| AST_DIVIDE |
Divide (MathML <divide>)
|
| AST_POWER |
Power (MathML <power>)
|
| AST_INTEGER |
Integer (MathML <cn type="integer">)
|
| AST_REAL |
Real (MathML <cn>)
|
| AST_REAL_E |
Real number with e-notation (MathML <cn type="e-notation"> [number] <sep/> [number] </cn>)
|
| AST_RATIONAL |
Rational (MathML <cn type="rational"> [number] <sep/> [number] <cn>)
|
| AST_NAME |
A named node (MathML <ci>)
|
| AST_NAME_AVOGADRO |
Avogadro (MathML <ci encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/avogadro">)
|
| AST_NAME_TIME |
Time (MathML <ci encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time">)
|
| AST_CONSTANT_E |
Exponential E (MathML <exponentiale>)
|
| AST_CONSTANT_FALSE |
False (MathML <false>)
|
| AST_CONSTANT_PI |
Pi (MathML <pi>)
|
| AST_CONSTANT_TRUE |
True (MathML <true>)
|
| AST_LAMBDA |
Lambda (MathML <lambda>)
|
| AST_FUNCTION |
User-defined function (MathML <apply>)
|
| AST_FUNCTION_ABS |
Absolute value (MathML <abs>)
|
| AST_FUNCTION_ARCCOS |
Arccosine (MathML <arccos>)
|
| AST_FUNCTION_ARCCOSH |
Hyperbolic arccosine (MathML <arccosh>)
|
| AST_FUNCTION_ARCCOT |
Arccotangent (MathML <arccot>)
|
| AST_FUNCTION_ARCCOTH |
Hyperbolic arccotangent (MathML <arccoth>)
|
| AST_FUNCTION_ARCCSC |
Arccosecant (MathML <arccsc>)
|
| AST_FUNCTION_ARCCSCH |
Hyperbolic arccosecant (MathML <arccsch>)
|
| AST_FUNCTION_ARCSEC |
Arcsecant (MathML <arcsec>)
|
| AST_FUNCTION_ARCSECH |
Hyperbolic arcsecant (MathML <arcsech>)
|
| AST_FUNCTION_ARCSIN |
Arcsine (MathML <arcsin>)
|
| AST_FUNCTION_ARCSINH |
Hyperbolic arcsine (MathML <arcsinh>)
|
| AST_FUNCTION_ARCTAN |
Arctangent (MathML <arctan>)
|
| AST_FUNCTION_ARCTANH |
Hyperbolic arctangent (MathML <arctanh>)
|
| AST_FUNCTION_CEILING |
Ceiling (MathML <ceiling>)
|
| AST_FUNCTION_COS |
Cosine (MathML <cosine>)
|
| AST_FUNCTION_COSH |
Hyperbolic cosine (MathML <cosh>)
|
| AST_FUNCTION_COT |
Cotangent (MathML <cot>)
|
| AST_FUNCTION_COTH |
Hyperbolic cotangent (MathML <coth>)
|
| AST_FUNCTION_CSC |
Cosecant (MathML <csc>)
|
| AST_FUNCTION_CSCH |
Hyperbolic cosecant (MathML <csch>)
|
| AST_FUNCTION_DELAY |
Delay (MathML <csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/delay">)
|
| AST_FUNCTION_EXP |
Exponential (MathML <exp>)
|
| AST_FUNCTION_FACTORIAL |
Factorial (MathML <factorial>)
|
| AST_FUNCTION_FLOOR |
Floor (MathML <floor>)
|
| AST_FUNCTION_LN |
Natural Log (MathML <ln>)
|
| AST_FUNCTION_LOG |
Log (MathML <log>)
|
| AST_FUNCTION_PIECEWISE |
Piecewise (MathML <piecewise>)
|
| AST_FUNCTION_POWER |
Power (MathML <power>)
|
| AST_FUNCTION_ROOT |
Root (MathML <root>)
|
| AST_FUNCTION_SEC |
Secant (MathML <sec>)
|
| AST_FUNCTION_SECH |
Hyperbolic secant (MathML <sech>)
|
| AST_FUNCTION_SIN |
Sine (MathML <sin>)
|
| AST_FUNCTION_SINH |
Hyperbolic sine (MathML <sinh>)
|
| AST_FUNCTION_TAN |
Tangent (MathML <tan>)
|
| AST_FUNCTION_TANH |
Hyperbolic tangent (MathML <tanh>)
|
| AST_LOGICAL_AND |
Logical and (MathML <and>)
|
| AST_LOGICAL_NOT |
Logical not (MathML <not>)
|
| AST_LOGICAL_OR |
Logical or (MathML <or>)
|
| AST_LOGICAL_XOR |
Logical exclusive or (MathML <xor>)
|
| AST_RELATIONAL_EQ |
Equal (MathML <eq>)
|
| AST_RELATIONAL_GEQ |
Greater than or equal (MathML <geq>)
|
| AST_RELATIONAL_GT |
Greater than (MathML <gt>)
|
| AST_RELATIONAL_LEQ |
Less than or equal (MathML <leq>)
|
| AST_RELATIONAL_LT |
Less than (MathML <lt>)
|
| AST_RELATIONAL_NEQ |
Not equal (MathML <neq>)
|
| AST_QUALIFIER_BVAR |
Bvar qualifier (MathML <bvar>)
|
| AST_QUALIFIER_LOGBASE |
Logbase qualifier (MathML <logbase>)
|
| AST_QUALIFIER_DEGREE |
Degree qualifier (MathML <degree>)
|
| AST_SEMANTICS |
Semantics (MathML <semantics>)
|
| AST_CONSTRUCTOR_PIECE |
Piece constructor (MathML <piece>)
|
| AST_CONSTRUCTOR_OTHERWISE |
Otherwise constructor (MathML <otherwise>)
|
| AST_UNKNOWN |
Unknown node: will not produce any MathML
|
| AST_ORIGINATES_IN_PACKAGE |
This node uses math that is only available in an L3 package
|