#include <cstdio>
#include <cstdlib>
#include <cassert>
#include <limits>
#include <cmath>
#include <iostream>
#include <vector>
#include <map>
#include <string>
Go to the source code of this file.
|
typedef long long | int64 |
| Sun defines long as int ... this defines long long as a true long (int64). More...
|
|
typedef unsigned char | uByte |
| Unsigned-byte typedef. More...
|
|
Global constant used to make pure virtual functions readable.
#define LONG_INT long long |
#define LONG_INT_F "%lld" |
Sun defines long as int ... this defines long long as a true long (int64).
typedef unsigned char uByte |
const double EARTH_RAD = 6371.0 |
Earth average radius in km.
Earth average radius in km.
const double NA_VALUE = -999999.0 |
Default constant for 'Not Available'.
Default constant for 'Not Available'.