diff options
author | Abhinav Dronamraju | 2017-07-17 22:03:40 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-17 22:03:40 +0530 |
commit | 70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8 (patch) | |
tree | 98467a7fccd87beca85bbd5b75123a96817356d3 /includes | |
parent | 574ddf08c208a2d1b8c27fe29525f631816c32d5 (diff) | |
parent | 51a8cdb8a204ff4327e2e734e78c2447a9bdd865 (diff) | |
download | scilab2c-70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8.tar.gz scilab2c-70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8.tar.bz2 scilab2c-70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8.zip |
Merged fossee master
Diffstat (limited to 'includes')
-rw-r--r-- | includes/sci2clib.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index b57fa977..a98181c4 100644 --- a/includes/sci2clib.h +++ b/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" @@ -362,6 +372,10 @@ extern "C" { #include "lcm.h" #include "int_lcm.h" +/*interfacing isequal*/ +#include "isequal.h" +#include "int_isequal.h" + /* IMPLICIT LISTS */ /* interfacing implicitList/OpColon */ |