Do more. Code less. Free software for GPU computing.
<scroll to top>

constants.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <cuComplex.h>
00004 #include "defines.h"
00005 
00006 namespace af {
00007     AFAPI extern const double nan;  
00008     AFAPI extern const double inf;  
00009     AFAPI extern const double pi;   
00010     AFAPI extern const cuComplex i; 
00011 };
00012 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines