arctan

Pascalzim

arctan

Retorna o arco tangente do argumento numérico ( onde x é um ângulo, em radianos).

Sintaxe


  function arcTan ( x: real ): real;



Exemplo


   Program PascalZIM;

    var

      r: real;

     begin

       r := arcTan( 3.14 );

     end.



Created with the Freeware Edition of HelpNDoc: Full featured Documentation generator