Merge "Fix incorrect FloatMath documentation."
This commit is contained in:
@@ -17,12 +17,10 @@
|
|||||||
package android.util;
|
package android.util;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Math routines similar to those found in {@link java.lang.Math}. Performs
|
* Math routines similar to those found in {@link java.lang.Math}. On
|
||||||
* computations on {@code float} values directly without incurring the overhead
|
* versions of Android with a JIT, these are significantly slower than
|
||||||
* of conversions to and from {@code double}.
|
* the equivalent {@code Math} functions, which should be used in preference
|
||||||
*
|
* to these.
|
||||||
* <p>On one platform, {@code FloatMath.sqrt(100)} executes in one third of the
|
|
||||||
* time required by {@code java.lang.Math.sqrt(100)}.</p>
|
|
||||||
*/
|
*/
|
||||||
public class FloatMath {
|
public class FloatMath {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user