I’ve observed that since there is no int -> dou...
# announcements
f
I’ve observed that since there is no int -> double automatic conversion, Math util functions need casting which is very inconvenient.
Math.pow(a.toDouble(), b.toDouble())
. Is there any plan to somehow overcome this?