Package java.lang
Class Math

Public Method tan

static float tan(float a)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns the trigonometric tan of an angle.

Note

Example

   Draw.writeText("data: " + Math.tan(0.2315523f));

The example above draws the calculated value to the screen.