function _CIpow (x,y: double) : double;
begin
result := power(x,y);
end;
_CIpow en Delphi
Suscribirse a:
Enviar comentarios (Atom)
It's a place where I put things when I's looking for info on internet.
function _CIpow (x,y: double) : double;
begin
result := power(x,y);
end;
0 comentarios:
Publicar un comentario