|
Re: Results from timing floating point operations
Those numbers look about how I'd expect them for the most part.
What's a little strange to me, however, is that floor() and ceil() aren't faster. Those are pretty trivial functions to implement.
If you have the interest, you should try using some of the CORDIC libraries available on Delphi and see how the speed compares.
|