Opened 8 years ago
Closed 8 years ago
#2692 closed enhancement (done)
The 'mathematical view' for symbolic expressions should show factors = 1 directly in the formula.
Reported by: | gkronber | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.14 |
Keywords: | Cc: |
Description
Especially the expression 1/f(x) occurs frequently and would be easier to read instead of c_i / f(x), c_i=1
Change History (5)
comment:1 Changed 8 years ago by gkronber
- Owner set to gkronber
- Status changed from new to accepted
comment:2 Changed 8 years ago by gkronber
comment:3 Changed 8 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 8 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r14367. Thank you for fixing the bug wrt the single argument division.
comment:5 Changed 8 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14367: show constants = 1.0 directly in the formula. Also fixed a bug for division with only one argument.