Main Page   Data Structures   File List   Data Fields   Globals  

sphery.c

Go to the documentation of this file.
00001 #include <math.h>
00002 #include <stdio.h>
00003 #include <stdlib.h>
00004 #include "plgndr.h"
00005 
00006 
00007 int main(int argc, char *argv[])
00008 {
00009   int l = atoi(argv[1]);
00010   int m = atoi(argv[2]);
00011   double x = atof(argv[3]);
00012   printf("%g\n", sphericalY(l, m, x));
00013 }
00014 
00015 

Generated on Wed Feb 19 22:26:51 2003 for Markers by doxygen1.2.18