Revision 2ca4d0c9
Added by Hamza Bourbouh over 4 years ago
include/simulink_math_fcn.lusi | ||
---|---|---|
31 | 31 |
*) |
32 | 32 |
|
33 | 33 |
-- open <math> |
34 |
function fmod (x,y: real) returns (z: real) prototype C lib m; |
|
35 |
|
|
34 | 36 |
function exp_scalar_real (x: real) returns (y: real) prototype C lib m; |
35 | 37 |
function log_scalar_real (x: real) returns (y: real) prototype C lib m; |
36 | 38 |
function _10u_scalar_real (x: real) returns (y: real) prototype C lib m; |
Also available in: Unified diff
add fmod function in include/simulink_math_fcn.lusi