Source Code:
(back to article)
<?php // Calculate the tangent of an angle using the tan() function $result = tan(pi() / 4); // Output the result echo $result; ?>
Result:
Report an issue