Hi Guille,
On 10/27/2016 11:15 AM, Guille Polito wrote:
I am also for what Martin says .
i would prefer if #round: will not be deprecated in Floats. in some
cases Float>>#round: can be useful, eg optimization problems
where one searched value describes the size of a screw, that exists
only in certain sizes.
And also: I'd argue that you NEVER EVER want to use simple Floats
for financial applications. In financial applications you really
need precision, and Floats have hardware limitations that do not
provide precision.
i'd be careful with such a bold statement. for example think of
calculating future values of an asset, based on probabilities.
probabilities are inexact anyway.
werner