venust.c 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*
  2. * This file is part of the UCB release of Plan 9. It is subject to the license
  3. * terms in the LICENSE file found in the top-level directory of this
  4. * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
  5. * part of the UCB release of Plan 9, including this file, may be copied,
  6. * modified, propagated, or distributed except according to the terms contained
  7. * in the LICENSE file.
  8. */
  9. #include "astro.h"
  10. double venfp[] =
  11. {
  12. 4.889, 2.0788,
  13. 11.261, 2.5870,
  14. 7.128, 6.2384,
  15. 3.446, 2.3721,
  16. 1.034, 0.4632,
  17. 1.575, 3.3847,
  18. 1.439, 2.4099,
  19. 1.208, 4.1464,
  20. 2.966, 3.6318,
  21. 1.563, 4.6829,
  22. 0.,
  23. 0.122, 4.2726,
  24. 0.300, 0.0218,
  25. 0.159, 1.3491,
  26. 0.,
  27. 2.246e-6, 0.5080,
  28. 9.772e-6, 1.0159,
  29. 8.271e-6, 4.6674,
  30. 0.737e-6, 0.8267,
  31. 1.426e-6, 5.1747,
  32. 0.510e-6, 5.7009,
  33. 1.572e-6, 1.8188,
  34. 0.717e-6, 2.2969,
  35. 2.991e-6, 2.0611,
  36. 1.335e-6, 0.9628,
  37. 0.,
  38. };
  39. char vencp[] =
  40. {
  41. 1,-1,0,0,
  42. 2,-2,0,0,
  43. 3,-3,0,0,
  44. 2,-3,0,0,
  45. 4,-4,0,0,
  46. 4,-5,0,0,
  47. 3,-5,0,0,
  48. 1,0,-3,0,
  49. 1,0,0,-1,
  50. 0,0,0,-1,
  51. 0,-1,0,
  52. 4,-5,0,
  53. 1,0,-2,
  54. 1,-1,0,0,
  55. 2,-2,0,0,
  56. 3,-3,0,0,
  57. 2,-3,0,0,
  58. 4,-4,0,0,
  59. 5,-5,0,0,
  60. 4,-5,0,0,
  61. 2,0,-3,0,
  62. 1,0,0,-1,
  63. 2,0,0,-2,
  64. };