diff options
author | cornet | 2009-04-22 08:28:41 +0000 |
---|---|---|
committer | cornet | 2009-04-22 08:28:41 +0000 |
commit | 088ab6f0fb18541245ef326f87d9150d54c6e1dc (patch) | |
tree | 8209f2be3edd8e7aaac641bdb15c59bdf27a7ef8 /src/signalProcessing/fft/dfftmx.c | |
parent | ad5856216afe2447cc60005db1f30ebc97bf1dd6 (diff) | |
download | scilab2c-088ab6f0fb18541245ef326f87d9150d54c6e1dc.tar.gz scilab2c-088ab6f0fb18541245ef326f87d9150d54c6e1dc.tar.bz2 scilab2c-088ab6f0fb18541245ef326f87d9150d54c6e1dc.zip |
add signalProcessing project
Diffstat (limited to 'src/signalProcessing/fft/dfftmx.c')
-rw-r--r-- | src/signalProcessing/fft/dfftmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signalProcessing/fft/dfftmx.c b/src/signalProcessing/fft/dfftmx.c index 27061b91..f7d6ce30 100644 --- a/src/signalProcessing/fft/dfftmx.c +++ b/src/signalProcessing/fft/dfftmx.c @@ -141,7 +141,7 @@ int dfftmx ( double* _pdblA , double* _pdblB , int _iNtot, int _iN, int _iNspan, inc = abs ( isn ) ; nt = inc*ntot ; ks = inc*nspan; - rad = atan(1); + rad = atan((double)1); c72 = cos (rad/0.6250); s72 = sin (rad/0.6250); s120= sqrt(0.750); |