Changes between Initial Version and Version 5 of Ticket #2982


Ignore:
Timestamp:
2014-11-13T12:34:12Z (10 years ago)
Author:
Willi Braun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2982 – Description

    initial v5  
    1111protected
    1212  Real a = sin(x);
    13   Real b = if  x > 0 then cos(a+c) else 0;
    14   Real c = cos(a+b);
     13  Real b = if  x > 0 then cos(c) else sin(c);
     14  Real c = cos(a);
    1515algorithm
    1616  y := c;