Java android.util FloatMath fields, constructors, methods, implement or subclass

Example usage for Java android.util FloatMath fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util FloatMath.

The text is from its open source code.

Method

floatceil(float value)
Returns the float conversion of the most negative (i.e.
floatcos(float angle)
Returns the closest float approximation of the cosine of the argument.
floatfloor(float value)
Returns the float conversion of the most positive (i.e.
floatsin(float angle)
Returns the closest float approximation of the sine of the argument.
floatsqrt(float value)
Returns the closest float approximation of the square root of the argument.