- Timestamp:
- 12/11/18 10:16:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/OpCodes.cs
r16356 r16360 86 86 public const byte BinaryFactorVariable = 47; 87 87 public const byte Absolute = 48; 88 public const byte Analytic alQuotient = 49;88 public const byte AnalyticQuotient = 49; 89 89 public const byte Cube = 50; 90 90 public const byte CubeRoot = 51; … … 141 141 { typeof(BinaryFactorVariable), OpCodes.BinaryFactorVariable }, 142 142 { typeof(Absolute), OpCodes.Absolute }, 143 { typeof(Analytic alQuotient), OpCodes.AnalyticalQuotient },143 { typeof(AnalyticQuotient), OpCodes.AnalyticQuotient }, 144 144 { typeof(Cube), OpCodes.Cube }, 145 145 { typeof(CubeRoot), OpCodes.CubeRoot }
Note: See TracChangeset
for help on using the changeset viewer.