- Timestamp:
- 04/14/20 14:55:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/IntervalInterpreter.cs
r17509 r17510 308 308 !(n.Symbol is Logarithm) && 309 309 !(n.Symbol is Exponential) && 310 //!(n.Symbol is Power) && //Interval Contains the symbol power, but the DerivativeCalculator does not!310 !(n.Symbol is Power) && //Interval Contains the symbol power, but the DerivativeCalculator does not! 311 311 !(n.Symbol is Square) && 312 //!(n.Symbol is Root) && //Interval Contains the symbol root, but the DerivativeCalculator does not!312 !(n.Symbol is Root) && //Interval Contains the symbol root, but the DerivativeCalculator does not! 313 313 !(n.Symbol is SquareRoot) && 314 314 !(n.Symbol is Problems.DataAnalysis.Symbolic.Variable) &&
Note: See TracChangeset
for help on using the changeset viewer.