From d6976d31ea2cefb4d621ca8291f0897a915752c7 Mon Sep 17 00:00:00 2001 From: ploc <ploc@garoche.net> Date: Wed, 21 Jun 2017 18:49:06 -0700 Subject: [PATCH] Removed duplicate tan definition in math.lusi --- include/math.lusi | 1 - 1 file changed, 1 deletion(-) diff --git a/include/math.lusi b/include/math.lusi index e320e6e4..ffbdd2ae 100644 --- a/include/math.lusi +++ b/include/math.lusi @@ -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; -- GitLab