Explorar o código

* fix cotan, resolves #9944

git-svn-id: trunk@8819 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
3752cfb649
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/i386/mathu.inc

+ 1 - 1
rtl/i386/mathu.inc

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