4 total contributions
The tan() function returns the tangent of the angle passed as the argument. The return value is a floating-point number.
tan()
$result = tan($angle);
Where $angle is the angle in radians.
$angle
Using tan() to return the tangent of the angle in radians:
usVisit uscodeHide codeCodeOutputHide outputHide outputLoading...Run