Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __RT_DEFINES_H__
00011 #define __RT_DEFINES_H__
00012
00013 #include <stdlib.h>
00014
00015 #define RT_PI 3.14159265358979323846
00016 #define RT_PIF 3.1415927F
00017 #define RT_LN_10 2.30258509299404568402
00018 #define RT_LN_10F 2.3025851F
00019 #define RT_LOG10E 0.43429448190325182765
00020 #define RT_LOG10EF 0.43429449F
00021 #define RT_E 2.7182818284590452354
00022 #define RT_EF 2.7182817F
00023 #endif
00024