diff options
author | torset | 2009-01-26 13:12:57 +0000 |
---|---|---|
committer | torset | 2009-01-26 13:12:57 +0000 |
commit | 4675a69a2e3634a675a23bf90c7e8e746c631f8a (patch) | |
tree | a5ba3da4ea3752c3c21dba20fc0e9dfc964a100b /src/Scilab2C | |
parent | b4b0029f49d607ebf4337d5376cbba0eb895d7b0 (diff) | |
download | scilab2c-4675a69a2e3634a675a23bf90c7e8e746c631f8a.tar.gz scilab2c-4675a69a2e3634a675a23bf90c7e8e746c631f8a.tar.bz2 scilab2c-4675a69a2e3634a675a23bf90c7e8e746c631f8a.zip |
Remove Old
Diffstat (limited to 'src/Scilab2C')
-rw-r--r-- | src/Scilab2C/Scilab2C/CFiles/sci2ccode/cpythags.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Scilab2C/Scilab2C/CFiles/sci2ccode/cpythags.c b/src/Scilab2C/Scilab2C/CFiles/sci2ccode/cpythags.c deleted file mode 100644 index 0701ce98..00000000 --- a/src/Scilab2C/Scilab2C/CFiles/sci2ccode/cpythags.c +++ /dev/null @@ -1,19 +0,0 @@ -/* -** -*- C -*- -** -** spythags.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Mon Apr 23 11:31:47 2007 jofret -** Last update Thu Aug 16 12:17:21 2007 bruno -** -** Copyright INRIA 2007 -*/ - -#include "complex.h" -#include "pythag.h" - -floatComplex cpythags(floatComplex x, floatComplex y) { - return (csqrts( cadds(ctimess(x,x), - ctimess(y,y)) )); -} |