diff options
author | jofret | 2008-05-26 09:49:00 +0000 |
---|---|---|
committer | jofret | 2008-05-26 09:49:00 +0000 |
commit | 8094080f92dd73a496b1e694a2504621cdc3f19f (patch) | |
tree | e01ed3bddbeddb786f7f59ef156886f4adb10a95 /src/elementaryFunctions/interfaces/int_acosh.h | |
parent | c11d1fc83001d6aacc542d4b999b1f3cc5fda904 (diff) | |
download | scilab2c-8094080f92dd73a496b1e694a2504621cdc3f19f.tar.gz scilab2c-8094080f92dd73a496b1e694a2504621cdc3f19f.tar.bz2 scilab2c-8094080f92dd73a496b1e694a2504621cdc3f19f.zip |
New generated interfaces.
Raffaele, please check.
Diffstat (limited to 'src/elementaryFunctions/interfaces/int_acosh.h')
-rw-r--r-- | src/elementaryFunctions/interfaces/int_acosh.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/elementaryFunctions/interfaces/int_acosh.h b/src/elementaryFunctions/interfaces/int_acosh.h new file mode 100644 index 00000000..ca0dc53d --- /dev/null +++ b/src/elementaryFunctions/interfaces/int_acosh.h @@ -0,0 +1,34 @@ +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + * + */ + +/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */ + +#ifndef __INT_ACOSH_H__ +#define __INT_ACOSH_H__ + +#define s0acoshs0(in) sacoshs(in) + +#define d0acoshd0(in) dacoshs(in) + +#define c0acoshc0(in) cacoshs(in) + +#define z0acoshz0(in) zacoshs(in) + +#define s2acoshs2(in,size,out) sacosha(in, size[0]*size[1], out) + +#define d2acoshd2(in,size,out) dacosha(in, size[0]*size[1], out) + +#define c2acoshc2(in,size,out) cacosha(in, size[0]*size[1], out) + +#define z2acoshz2(in,size,out) zacosha(in, size[0]*size[1], out) + +#endif /* !__INT_ACOSH_H__ */ |