Parent Directory
|
Revision Log
|
Patch
revision 2048 by jfenwick, Mon Nov 10 01:21:39 2008 UTC | revision 2049 by phornby, Mon Nov 17 08:54:33 2008 UTC | |
---|---|---|
# | Line 57 double IEEE_Infy() | Line 57 double IEEE_Infy() |
57 | ||
58 | //====================================================================== | //====================================================================== |
59 | ||
60 | #if defined (_WIN32) && !defined(__INTEL_COMPILER) | |
61 | inline | inline |
62 | double | double |
63 | acosh_substitute (const double x) | acosh_substitute (const double x) |
# | Line 144 atanh_substitute (const double x) | Line 145 atanh_substitute (const double x) |
145 | return x; | return x; |
146 | } | } |
147 | } | } |
148 | #endif // windows substitutes for stupid microsoft compiler. | |
149 | ||
150 | ||
151 | inline | inline |
152 | double | double |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |