diff tango/tango/math/Math.d @ 164:a64becf2a702 trunk

[svn r180] Fixed complex negation, and tango.math.Math now compiles.
author lindquist
date Mon, 05 May 2008 20:28:59 +0200
parents 1700239cab2e
children
line wrap: on
line diff
--- a/tango/tango/math/Math.d	Mon May 05 07:36:29 2008 +0200
+++ b/tango/tango/math/Math.d	Mon May 05 20:28:59 2008 +0200
@@ -369,6 +369,8 @@
 {
     version (GNU) {
         return tanl(x);
+    } else version (LLVMDC) {
+        return tango.stdc.math.tanl(x);
     } else {
     asm
     {