Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #3136, comment 44


Ignore:
Timestamp:
12/21/21 15:31:55 (3 years ago)
Author:
dpiringe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3136, comment 44

    initial v1  
    33- added a way to keep old sub functions after parsing a new expression
    44  - overwrote some basic object methods for `SubFunction` to keep it simple
    5   - only old sub functions, which does match the name and signature of the new ones, are saved; examples:
     5  - only old sub functions, which match the name and signature of the new ones, are saved; examples:
    66     - old: f(x), new: f(x) -> keep old
    77     - old: f(x1), new: f(x1, x2) -> use new