ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtmath.h
(Generate patch)

Comparing ray/src/common/rtmath.h (file contents):
Revision 3.8 by greg, Sat Aug 3 17:53:46 2013 UTC vs.
Revision 3.9 by schorsch, Sun Mar 6 01:13:17 2016 UTC

# Line 46 | Line 46 | extern double  atan2a(double y, double x);
46   #define  ttan(x)                (tsin(x)/tcos(x))
47   #endif
48  
49 < #ifdef _WIN32
49 > #if defined(_WIN32) || defined(_WIN64)
50   extern double   erf(double x);
51   extern double   erfc(double x);
52   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines