Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
fp.h
Go to the documentation of this file.00001 #define FMAX 40
00002 #define EXPMAXDIGS 8
00003 #define EXPMAX 99999999
00004 
00005 
00006 
00007 #ifdef V10 
00008 #include "local.h"
00009 #endif
00010 
00011 
00012 
00013 
00014 
00015 
00016 #ifdef VAX
00017 #define MAXFRACDIGS 56
00018 #define MAXINTDIGS 38
00019 #else
00020 #ifdef CRAY
00021 #define MAXFRACDIGS 9880
00022 #define MAXINTDIGS 9864
00023 #else
00024 
00025 #define MAXFRACDIGS 344
00026 #define MAXINTDIGS 308
00027 #endif
00028 #endif