Revision d6976d31
Added by Pierre-Loïc Garoche over 7 years ago
include/math.lusi | ||
---|---|---|
16 | 16 |
function sin (x: real) returns (y: real) prototype C lib m; |
17 | 17 |
function sinh (x: real) returns (y: real) prototype C lib m; |
18 | 18 |
function sqrt (x: real) returns (y: real) prototype C lib m; |
19 |
function tan (x: real) returns (y: real) prototype C lib m; |
Also available in: Unified diff
Removed duplicate tan definition in math.lusi