tan()

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

Looking to contribute?

Learn PHP on Codecademy