exp
Retorna o exponencial do argumento.
Sintaxe
function exp ( x: real ) : real;
Exemplo
Program PascalZIM;
begin
writeln( 'e = ', exp(1.0) );
end.
Created with the Freeware Edition of HelpNDoc: Free help authoring environment
exp
Retorna o exponencial do argumento.
Sintaxe
function exp ( x: real ) : real;
Exemplo
Program PascalZIM;
begin
writeln( 'e = ', exp(1.0) );
end.
Created with the Freeware Edition of HelpNDoc: Free help authoring environment