lustrec/include/simulink_math_fcn.lusi @ 971a4d81
1 |
function rem_int (x,y: int) returns (z: int) prototype C; |
---|---|
2 |
function rem_real (x,y: real) returns (z: real) prototype C; |
3 |
function mod_int (x,y: int) returns (z: int) prototype C; |
4 |
function mod_real (x,y: real) returns (z: real) prototype C; |