<@U5UU34LPK> Hmmm... that's a good idea. Let me p...
# random
t
@karelpeeters Hmmm... that's a good idea. Let me play with that....
k
Did it work? What did you settle on?
t
It works when all of the methods return a
Double
, which for some operators is not always the case. For instance, if I Input a
BigDecimal
I probably want to return a
BigDecimal
. It was so close to what I needed though.
k
Isn't the result of
average()
always a double though?