Revision afbf8da2
Added by Bourbouh over 7 years ago
include/math.lusi | ||
---|---|---|
14 | 14 |
function pow (x:real; n: real) returns (y: real) prototype C lib m; |
15 | 15 |
function sin (x: real) returns (y: real) prototype C lib m; |
16 | 16 |
function sinh (x: real) returns (y: real) prototype C lib m; |
17 |
function sqrt (x: real) returns (y: real) prototype C lib m; |
|
17 |
function sqrt (x: real) returns (y: real) prototype C lib m; |
|
18 |
function tan (x: real) returns (y: real) prototype C lib m; |
Also available in: Unified diff
add tan function in math.lusi