lustrec / include / math.lusi @ f044d0b0
History | View | Annotate | Download (310 Bytes)
1 |
function pow (x:real; n: real) returns (y: real) prototype C lib m; |
---|---|
2 |
function atan (x: real) returns (y: real) prototype C lib m; |
3 |
function sqrt (x: real) returns (y: real) prototype C lib m; |
4 |
function cos (x: real) returns (y: real) prototype C lib m; |
5 |
function sin (x: real) returns (y: real) prototype C lib m; |