10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

set x = 0.0<br />

/* here, a complex value must be assigned to y otherwise there will be an<br />

error when calling beginval and nextval. */<br />

set y = ritocomplex(0.0, 0.0)<br />

set iter = 0<br />

iter = beginval(complex_wave1, x, y)<br />

while (iter != 0)<br />

fprint(stdout, "(%12.4e;(%12.4e, %12.4e))\n", x, real(y), imag(y))<br />

iter = nextval(wave1, x, y)<br />

endwhile<br />

Related Topics<br />

Library of Functions for Tasks<br />

beginval<br />

Variables<br />

Flow Control Statements<br />

fprint<br />

Eldo® User's Manual, 15.3 941

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!