summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/exp/sexps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/exp/sexps.c')
-rw-r--r--src/elementaryFunctions/exp/sexps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/elementaryFunctions/exp/sexps.c b/src/elementaryFunctions/exp/sexps.c
index f8f8e8d3..086f7eb0 100644
--- a/src/elementaryFunctions/exp/sexps.c
+++ b/src/elementaryFunctions/exp/sexps.c
@@ -5,12 +5,13 @@
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Thu Dec 7 11:05:37 2006 jofret
-** Last update Wed Jan 31 09:20:21 2007 jofret
+** Last update Fri Apr 20 14:46:01 2007 jofret
**
** Copyright INRIA 2006
*/
#include <math.h>
+#include "exp.h"
float sexps(float x) {
return (exp(x));