diff options
author | nutricato | 2008-06-09 09:31:50 +0000 |
---|---|---|
committer | nutricato | 2008-06-09 09:31:50 +0000 |
commit | f7848c09cd9f7d7fdb4a5aaab0824f37691931ab (patch) | |
tree | c9484d0f59b7d47ffd4e8118c18ccd1428c08644 /src/auxiliaryFunctions | |
parent | 95b00e5529296f61bbf9bf417df7c816207caa69 (diff) | |
download | scilab2c-f7848c09cd9f7d7fdb4a5aaab0824f37691931ab.tar.gz scilab2c-f7848c09cd9f7d7fdb4a5aaab0824f37691931ab.tar.bz2 scilab2c-f7848c09cd9f7d7fdb4a5aaab0824f37691931ab.zip |
Diffstat (limited to 'src/auxiliaryFunctions')
-rw-r--r-- | src/auxiliaryFunctions/includes/pythag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auxiliaryFunctions/includes/pythag.h b/src/auxiliaryFunctions/includes/pythag.h index 93b8827c..5aa9d152 100644 --- a/src/auxiliaryFunctions/includes/pythag.h +++ b/src/auxiliaryFunctions/includes/pythag.h @@ -33,6 +33,7 @@ floatComplex cpythags(floatComplex x, floatComplex y); /* ** \brief Double Complex Pythag function */ +//NUTRICATO: BRUNO, NOT IMPLEMENTED YET!!!!!! doubleComplex zpythags(doubleComplex x, doubleComplex y); #endif /* !__PYTHAG_H__ */ |