Browse Source

* fix cotan, resolves #9944

git-svn-id: trunk@8819 -
florian 18 years ago
parent
commit
3752cfb649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/i386/mathu.inc

+ 1 - 1
rtl/i386/mathu.inc

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