Hacker News new | ask | show | jobs
by nwhitehead 3927 days ago
Java does have Math.scalb() which would work. It would be interesting to see how that compares to the Math.pow() and table lookup methods.