diff options
author | torset | 2009-02-20 11:27:58 +0000 |
---|---|---|
committer | torset | 2009-02-20 11:27:58 +0000 |
commit | 524787f51548bdcee57faf1b02e15f6b7f05fce5 (patch) | |
tree | 1ad68f6d48fc51694b285b86f0b4ce78d6fba322 /src/matrixOperations/logm/testDoubleLogm.c | |
parent | 514610ae1b7cda6cc0bb4b5519e5cb7e53a00b9d (diff) | |
download | scilab2c-524787f51548bdcee57faf1b02e15f6b7f05fce5.tar.gz scilab2c-524787f51548bdcee57faf1b02e15f6b7f05fce5.tar.bz2 scilab2c-524787f51548bdcee57faf1b02e15f6b7f05fce5.zip |
Diffstat (limited to 'src/matrixOperations/logm/testDoubleLogm.c')
-rw-r--r-- | src/matrixOperations/logm/testDoubleLogm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matrixOperations/logm/testDoubleLogm.c b/src/matrixOperations/logm/testDoubleLogm.c index ec191cc9..fd4a6ab9 100644 --- a/src/matrixOperations/logm/testDoubleLogm.c +++ b/src/matrixOperations/logm/testDoubleLogm.c @@ -166,7 +166,7 @@ static void zlogmaTest(void){ fabs(zimags(out16[i])-result16I[i]) / fabs(zimags(out16[i]))); assert( fabs(zreals(out16[i])-result16R[i]) / fabs(zreals(out16[i])) <1e-13); - + assert( fabs(zimags(out16[i])-result16I[i]) / fabs(zimags(out16[i])) <1); } for(i=0;i<16;i++) { |