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