Changes between Initial Version and Version 5 of Ticket #2982
- Timestamp:
- 2014-11-13T12:34:12Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2982 – Description
initial v5 11 11 protected 12 12 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); 15 15 algorithm 16 16 y := c;