home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a120 / 1.ddi / WATCOM_C / WAT15.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-14  |  424 b   |  17 lines

  1. /*------------------------------------------------------------------*/
  2. /* ╡{ªí└╔ªW║┘: wat15.c                                              */
  3. /*------------------------------------------------------------------*/
  4. #include <stdio.h>
  5. #include <math.h>
  6.  
  7. void main()
  8. {
  9.  double a,b,c;
  10.  
  11.  a = j0(3.4);
  12.  b = y1(4.77);
  13.  c = jn(7,1.9);
  14.  printf("j0(3.4) = %f, y1(4.77) = %f\n", a, b);
  15.  printf("jn(7,1.9) = %f\n",c);
  16. }
  17.