sin

Pascalzim

sin

Retorna o seno do argumento ( x é um ângulo, em radianos ).

Sintaxe


function sin ( x: real ): real;


Exemplo


Program PascalZIM ;

  var

    r: real;

  begin

    r := sin( 3.14 ) ;

    writeln ( 'O seno de Pi = ', r ) ;

    readln ;

  end.


Created with the Freeware Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation