adplus-dvertising
frame-decoration

Question

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

Posted under Functions in PHP PHP

Answer: (c).0.46364760900081

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the output of the following PHP code?

Similar Questions

Discover Related MCQs