URL
https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk
Subversion Repositories dblclockfft
[/] [dblclockfft/] [trunk/] - Rev 20
Directory listing | View Log | Compare with Previous | RSS feed
Last modification
- Rev 20, 2015-03-11 11:32:51 GMT
- Author: dgisselq
- Log message:
- Adjusted rounding to use the floating point modes inherent in the double type.
Hence, (int)(x+0.5) has been replaced by (int)round(x).