Examveda
Examveda

What will be the output of the following PHP code?
<?php
   echo(atan(0.50));
?>

A. 0.11845976421345

B. 0.23568451142521

C. 0.46364760900081

D. 1

Answer: Option C

Solution(By Examveda Team)

The atan() function returns the arc tangent of arg as a numeric value between -Pi/2 and Pi/2 radians.

This Question Belongs to PHP >> Functions

Join The Discussion

Related Questions on Functions