Functions Learning Mode

What will be the output of the following PHP code?

  <?php
      echo(atan(0.50));
  ?>