For what purpose does java have a float primitive type?
- by Roman
I heard plenty times different claims about float type in java.
The most popular issues typicaly regard to converting float value to double and vice versa. I read (rather long time ago and not sure that it's actual now with new JVM) that float gives much worse performance then double. And it's also not recommended to use float in scientific…