Revision 2800921b
Added by Bourbouh over 6 years ago
include/math.lusi | ||
---|---|---|
11 | 11 |
function ceil (x: real) returns (y: real) prototype C lib m; |
12 | 12 |
function erf (x: real) returns (y: real) prototype C lib m; |
13 | 13 |
function fabs (x: real) returns (y: real) prototype C lib m; |
14 |
function tan (x: real) returns (y: real) prototype C lib m; |
|
14 | 15 |
function pow (x:real; n: real) returns (y: real) prototype C lib m; |
15 | 16 |
function sin (x: real) returns (y: real) prototype C lib m; |
16 | 17 |
function sinh (x: real) returns (y: real) prototype C lib m; |
Also available in: Unified diff
add tan function to math.lusi