diff options
Diffstat (limited to 'src/type/floatComplex.h')
-rw-r--r-- | src/type/floatComplex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/type/floatComplex.h b/src/type/floatComplex.h index 47a77899..a4e4f658 100644 --- a/src/type/floatComplex.h +++ b/src/type/floatComplex.h @@ -64,7 +64,4 @@ floatComplex* FloatComplexMatrix(float*, float*, int); bool cisreals(floatComplex); bool cisimags(floatComplex); -floatComplex ctimess(floatComplex, floatComplex); -floatComplex cdevides(floatComplex, floatComplex); - #endif /* !__FLOATCOMPLEX_H__ */ |