diff options
Diffstat (limited to '2.3-1/src/c/elementaryFunctions/acoth/sacoths.c')
-rw-r--r-- | 2.3-1/src/c/elementaryFunctions/acoth/sacoths.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/src/c/elementaryFunctions/acoth/sacoths.c b/2.3-1/src/c/elementaryFunctions/acoth/sacoths.c index 12f5381d..9a2137a6 100644 --- a/2.3-1/src/c/elementaryFunctions/acoth/sacoths.c +++ b/2.3-1/src/c/elementaryFunctions/acoth/sacoths.c @@ -9,6 +9,7 @@ // Author: Ashish Kamble // Email: toolbox@scilab.in +#include <math.h> #include "acoth.h" #include "log.h" |