24 static double factors[6][6] = {
25 {1.0, 0.0, 0.0, 206264.8062470963, 57.295779513082323, 0.0},
26 {0.0, 1.0, .3048006096012192, 0.0, 0.0, 1.000002000004},
27 {0.0, 3.280833333333333, 1.0, 0.0, 0.0, 3.280839895013124},
28 {.484813681109536e-5, 0.0, 0.0, 1.0, .27777777777778e-3, 0.0},
29 {.01745329251994329, 0.0, 0.0, 3600, 1.0, 0.0},
30 {0.0, .999998, .3048, 0.0, 0.0, 1.0}};
41 if ((outunit >= 0) && (outunit <=
MAXUNIT) && (inunit >= 0)
44 *factor = factors[inunit][outunit];