Skip to content

Commit 7d4bdfd

Browse files
author
Martin Klang
committed
removed hyperbolic macros
1 parent 4858c83 commit 7d4bdfd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

LibSource/basicmaths.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ void* pvPortRealloc(void *pv, size_t xWantedSize);
100100
#define sqrt(x) arm_sqrtf(x)
101101
#define sqrtf(x) arm_sqrtf(x)
102102
#define rand() arm_rand32()
103-
#define tanh(x) tanhf(x)
104-
#define sinh(x) sinhf(x)
105-
#define cosh(x) coshf(x)
106103

107104
#ifdef __FAST_MATH__ /* set by gcc option -ffast-math */
108105

0 commit comments

Comments
 (0)