diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
commit | e5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch) | |
tree | d8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/cmd/astro/nutt.c |
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/cmd/astro/nutt.c')
-rwxr-xr-x | sys/src/cmd/astro/nutt.c | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/sys/src/cmd/astro/nutt.c b/sys/src/cmd/astro/nutt.c new file mode 100755 index 000000000..8ddf2b913 --- /dev/null +++ b/sys/src/cmd/astro/nutt.c @@ -0,0 +1,71 @@ +#include "astro.h" + +double nutfp[] = +{ + .2088, 0, + -1.2730, 0, + .1258, 0, + -.0496, 0, + .0214, 0, + .0124, 0, + 0, + + 9.2109, 0, + -.0904, 0, + .5519, 0, + .0215, 0, + -.0093, 0, + -.0066, 0, + 0, + + -.2037, 0, + .0675, 0, + -.0342, 0, + -.0261, 0, + -.0149, 0, + .0114, 0, + .0060, 0, + .0058, 0, + -.0057, 0, + -.0052, 0, + 0, + + .0884, 0, + .0183, 0, + .0113, 0, + -.0050, 0, + 0, +}; + +char nutcp[] = +{ + 2,0,0,0, + 2,2,-2,0, + 0,0,0,1, + 2,2,-2,1, + 2,2,-2,-1, + 1,2,-2,0, + + 1,0,0,0, + 2,0,0,0, + 2,2,-2,0, + 2,2,-2,1, + 2,2,-2,-1, + 1,2,-2,0, + + 2,2,0,0, + 0,0,1,0, + 1,2,0,0, + 2,2,1,0, + 0,0,1,-2, + 2,2,-1,0, + 0,0,0,2, + 1,0,1,0, + 1,0,-1,0, + 2,2,-1,2, + + 2,2,0, + 1,2,0, + 2,2,1, + 2,2,-1, +}; |