What will be the output of the following PHP code?
<?php echo(atan(0.50)); ?>
Explanation: The atan() function returns the arc tangent of arg as a numeric value between -Pi/2 and Pi/2 radians.
atan()