tan()

Yash-Var's avatar
Published May 18, 2023
Contribute to Docs

The tan() function returns the tangent of the angle passed as the argument. The return value is a floating-point number.

Syntax

$result = tan($angle);

Where $angle is the angle in radians.

Codebyte Example

Using tan() to return the tangent of the angle in radians:

Code
Output
Loading...

All contributors

Contribute to Docs

Learn PHP on Codecademy