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

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DBoundedRational.java196 static BoundedRational sqrt(BoundedRational r) { method in class:BoundedRational
202 throw new ArithmeticException("sqrt(negative)");
204 final BigInteger num_sqrt = BigInteger.valueOf(Math.round(Math.sqrt(
207 final BigInteger den_sqrt = BigInteger.valueOf(Math.round(Math.sqrt(
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... Complex) public final org.javia.arity.Complex sqrt () public final org.javia.arity.Complex mod ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 282 milliseconds