- Timestamp:
- 06/10/13 13:45:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/MenuItems/ExportSymbolicSolutionToExcelMenuItem.cs
r9587 r9600 304 304 305 305 estimatedWorksheet.Cells["D2:D" + (rows + 1)].Formula = "ABS(B2 - C2)"; 306 estimatedWorksheet.Cells["E2:E" + (rows + 1)].Formula = " D2 / B2";306 estimatedWorksheet.Cells["E2:E" + (rows + 1)].Formula = "ABS(D2 / B2)"; 307 307 estimatedWorksheet.Cells["F2:F" + (rows + 1)].Formula = "C2 - B2"; 308 308 estimatedWorksheet.Cells["G2:G" + (rows + 1)].Formula = "POWER(F2, 2)";
Note: See TracChangeset
for help on using the changeset viewer.