10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eldo Control Language<br />

Library of Functions for Tasks<br />

mod<br />

Task function category: Mathematical Functions<br />

Modulo operator. Floating-point remainder value function of dividing x by y. Returns the value<br />

x − i×y, where i is the quotient of x/y, rounded towards zero to an integer. mod will exit properly<br />

if y is equal to 0.<br />

Usage<br />

mod(x, y)<br />

unsafe_mod(x, y)<br />

Arguments<br />

• x<br />

x value.<br />

• y<br />

y value.<br />

Related Topics<br />

Library of Functions for Tasks<br />

Numbers<br />

Eldo® User's Manual, 15.3 937

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

Saved successfully!

Ooh no, something went wrong!