lustrec/include/simulink_math_fcn.lusi @ 4d841db7
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; |
- « Previous
- 1
- …
- 14
- 15
- 16
- Next »