Project

General

Profile

Download (259 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#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;
(16-16/16)