1 |
0bca9d53
|
ploc
|
#open <lustrec_math>
|
2 |
|
|
function rem_int (x,y: int) returns (z: int) prototype C;
|
3 |
|
|
function rem_real (x,y: real) returns (z: real) prototype C;
|
4 |
|
|
function mod_int (x,y: int) returns (z: int) prototype C;
|
5 |
|
|
function mod_real (x,y: real) returns (z: real) prototype C;
|