lustrec/include/math.lusi @ 6e7164b1
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; |
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »