Skip to content
Snippets Groups Projects
Commit d6976d31 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Removed duplicate tan definition in math.lusi

parent 2800921b
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,3 @@ 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;
function sqrt (x: real) returns (y: real) prototype C lib m;
function tan (x: real) returns (y: real) prototype C lib m;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment