From 2580e9255b139da6ca4afa7f844150a3d71cdda5 Mon Sep 17 00:00:00 2001 From: mwturvey Date: Fri, 17 Feb 2017 10:53:39 -0700 Subject: find_tori: Cache a tan() --- redist/linmath.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redist') diff --git a/redist/linmath.h b/redist/linmath.h index 20a7848..caec281 100644 --- a/redist/linmath.h +++ b/redist/linmath.h @@ -19,6 +19,7 @@ #define FLT double #define FLT_SQRT sqrt +#define FLT_TAN tan #define FLT_SIN sin #define FLT_COS cos #define FLT_ACOS acos @@ -30,6 +31,7 @@ #define FLT float #define FLT_SQRT sqrtf +#define FLT_TAN tanf #define FLT_SIN sinf #define FLT_COS cosf #define FLT_ACOS acosf -- cgit v1.2.3