summaryrefslogtreecommitdiff
path: root/2.3-1/includes
diff options
context:
space:
mode:
authorBrijeshcr2017-07-14 18:01:26 +0530
committerBrijeshcr2017-07-14 18:01:26 +0530
commit2e35a1f26a7ec9e4466a5e0448f9a868aa801471 (patch)
tree5d289a280e2e5bea4580bfe25fe845b3fae7c7d4 /2.3-1/includes
parente826d667659a225bf8c514dceb5d063752c2c3f8 (diff)
downloadScilab2C-2e35a1f26a7ec9e4466a5e0448f9a868aa801471.tar.gz
Scilab2C-2e35a1f26a7ec9e4466a5e0448f9a868aa801471.tar.bz2
Scilab2C-2e35a1f26a7ec9e4466a5e0448f9a868aa801471.zip
ERF, ERFC and Demos added
Diffstat (limited to '2.3-1/includes')
-rw-r--r--2.3-1/includes/sci2clib.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/2.3-1/includes/sci2clib.h b/2.3-1/includes/sci2clib.h
index 7b691a00..dbfc8ccf 100644
--- a/2.3-1/includes/sci2clib.h
+++ b/2.3-1/includes/sci2clib.h
@@ -80,6 +80,16 @@ extern "C" {
#include "interp1.h"
#include "int_interp1.h"
+/* SPECIAL FUNCTIONS */
+
+/* interfacing erf */
+#include "erf.h"
+#include "int_erf.h"
+
+/* interfacing erf */
+#include "erfc.h"
+#include "int_erfc.h"
+
/* ELEMENTARY FUNCTIONS */
#include "nextpow2.h"