home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat15.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <math.h>
-
- void main()
- {
- double a,b,c;
-
- a = j0(3.4);
- b = y1(4.77);
- c = jn(7,1.9);
- printf("j0(3.4) = %f, y1(4.77) = %f\n", a, b);
- printf("jn(7,1.9) = %f\n",c);
- }