Changeset 16802 for trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Formatters
- Timestamp:
- 04/17/19 17:51:09 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Formatters/SymbolicExpressionTreeLatexFormatter.cs
r16565 r16802 35 35 { 36 36 {"ProgramRootSymbol", "Prog"}, 37 {"StartSymbol","RPB"} 37 {"StartSymbol","RPB"}, 38 // short form 39 {"Subtraction", "-" }, 40 {"Addition", "+" }, 41 {"Multiplication", "*" }, 42 {"Division", "/" }, 43 {"Absolute", "abs" }, 44 {"AnalyticQuotient", "AQ" }, 45 {"Sine", "sin" }, 46 {"Cosine", "cos" }, 47 {"Tanget", "tan" }, 48 {"HyperbolicTangent", "tanh" }, 49 {"Exponential", "exp" }, 50 {"Logarithm", "log" }, 51 {"SquareRoot", "sqrt" }, 52 {"Square", "sqr" }, 53 {"CubeRoot", "cbrt" }, 54 {"Cube", "cube" }, 55 {"GreaterThan", ">" }, 56 {"LessThan", "<" }, 38 57 }; 39 58
Note: See TracChangeset
for help on using the changeset viewer.