Changeset 17103 for stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Formatters
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16802,16905,17028
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views merged: 16802
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Formatters/SymbolicExpressionTreeLatexFormatter.cs
r17097 r17103 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.