* fix cotan, resolves #9944

git-svn-id: trunk@8819 -
This commit is contained in:
florian 2007-10-15 17:25:52 +00:00
parent eb6c8fa570
commit 3752cfb649

View File

@ -49,7 +49,7 @@ function cotan(x : float) : float;assembler;
asm asm
fldt X fldt X
fptan fptan
fdivrp fdivp
fwait fwait
end; end;