Skip to content
Snippets Groups Projects
Commit 2800921b authored by Hamza Bourbouh's avatar Hamza Bourbouh Committed by Pierre Loic Garoche
Browse files

add tan function to math.lusi

parent 97be8db8
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ function cosh (x: real) returns (y: real) prototype C lib m;
function ceil (x: real) returns (y: real) prototype C lib m;
function erf (x: real) returns (y: real) prototype C lib m;
function fabs (x: real) returns (y: real) prototype C lib m;
function tan (x: real) returns (y: real) prototype C lib m;
function pow (x:real; n: real) returns (y: real) prototype C lib m;
function sin (x: real) returns (y: real) prototype C lib m;
function sinh (x: real) returns (y: real) prototype C lib m;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment