URL
https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk
Subversion Repositories dblclockfft
[/] [dblclockfft/] [trunk/] [sw/] - Rev 20
Go to most recent revision | Changes | View Log | 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).