Share via


Math.tan

Class Overview | Class Members | This Package | All Packages

Syntax

public static native double tan( double a )

Parameters
  • a
    an angle, in radians.
Returns

the tangent of the argument.

Description

Returns the trigonometric tangent of an angle.