Searched defs:scalb (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java88 static strictfp double scalb(double d, int scale) { method in class:DoubleUtils
89 // TODO: replace with Math.scalb in JDK 6

Completed in 72 milliseconds