static void |
Accumulator.AddInternal(Pair p,
double s,
double t,
double y) |
Internal version of Add, p = [s, t] + y
|
static void |
GeoMath.AngDiff(Pair p,
double x,
double y) |
The exact difference of two angles reduced to [−180°, 180°].
|
static void |
GeoMath.norm(Pair p,
double sinx,
double cosx) |
Normalize a sine cosine pair.
|
static void |
GeoMath.sincosd(Pair p,
double x) |
Evaluate the sine and cosine function with the argument in degrees
|
static void |
GeoMath.sincosde(Pair p,
double x,
double t) |
Evaluate the sine and cosine function with reduced argument plus correction
|
static void |
GeoMath.sum(Pair p,
double u,
double v) |
The error-free sum of two numbers.
|