?
What will be the output of the following PHP code?
What will be the output of the following PHP code?
<?php
echo(atan(0.50));
?>
<?php
echo(atan(0.50));
?>
Answer & Solution
Correct Answer:
Option
C
The atan() function returns the arc tangent of arg as a numeric value between -Pi/2 and Pi/2 radians.
Join the Discussion
Login to post a comment or share your explanation.
Login