Changeset 16216
- Timestamp:
- 10/08/18 12:52:15 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Converters/DerivativeCalculator.cs
r16213 r16216 134 134 return Product(CreateConstant(-1.0), Product(sin, Derive(u, variableName))); 135 135 } 136 throw new NotSupportedException( $"Symbol {branch.Symbol} is not supported.");136 throw new NotSupportedException(string.Format("Symbol {0} is not supported.", branch.Symbol)); 137 137 } 138 138
Note: See TracChangeset
for help on using the changeset viewer.