Changeset 17120 for branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter
- Timestamp:
- 07/10/19 17:39:38 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic
- Property svn:mergeinfo changed
/branches/2435-alglib_3_15/HeuristicLab.Problems.DataAnalysis.Symbolic (added) merged: 17034 /trunk/HeuristicLab.Problems.DataAnalysis.Symbolic merged: 17028,17037,17076-17077
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs
r16911 r17120 436 436 il.Emit(System.Reflection.Emit.OpCodes.Mul); // x2*x2 437 437 il.Emit(System.Reflection.Emit.OpCodes.Ldc_R8, 1.0); 438 il.Emit(System.Reflection.Emit.OpCodes. Mul); // 1+x2*x2438 il.Emit(System.Reflection.Emit.OpCodes.Add); // 1+x2*x2 439 439 il.Emit(System.Reflection.Emit.OpCodes.Call, sqrt); 440 440 il.Emit(System.Reflection.Emit.OpCodes.Div);
Note: See TracChangeset
for help on using the changeset viewer.