瀏覽代碼

* fix cotan, resolves #9944

git-svn-id: trunk@8819 -
florian 18 年之前
父節點
當前提交
3752cfb649
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;