Example usage for Java android.util FloatMath fields, constructors, methods, implement or subclass
The text is from its open source code.
float | ceil(float value) Returns the float conversion of the most negative (i.e. |
float | cos(float angle) Returns the closest float approximation of the cosine of the argument. |
float | floor(float value) Returns the float conversion of the most positive (i.e. |
float | sin(float angle) Returns the closest float approximation of the sine of the argument. |
float | sqrt(float value) Returns the closest float approximation of the square root of the argument. |