Integral evaluations have been implemented for all the ramp function1-s, as well as the sine and square wave. Bounds handling has also been added to the integration of table-type functions. In addition, the sine wave "t0" paramater has been renamed "start" for consistency with the ramp functions.
14 lines
103 B
Plaintext
14 lines
103 B
Plaintext
function scale;
|
|
|
|
scale 5;
|
|
xScale 1.5;
|
|
|
|
value halfCosineRamp;
|
|
|
|
start 1;
|
|
duration 3;
|
|
|
|
x0 0;
|
|
x1 5;
|
|
nX 51;
|