[BACK]Return to w_jn.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/w_jn.c between version 1.2 and 1.3

version 1.2, 1994/02/11 18:10:06 version 1.3, 1994/02/18 02:27:45
Line 1 
Line 1 
   
 /* @(#)w_jn.c 5.1 93/09/24 */  /* @(#)w_jn.c 5.1 93/09/24 */
 /*  /*
  * ====================================================   * ====================================================
Line 11 
Line 10 
  * ====================================================   * ====================================================
  */   */
   
   #ifndef lint
   static char rcsid[] = "$Id$";
   #endif
   
 /*  /*
  * wrapper jn(int n, double x), yn(int n, double x)   * wrapper jn(int n, double x), yn(int n, double x)
  * floating point Bessel's function of the 1st and 2nd kind   * floating point Bessel's function of the 1st and 2nd kind

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>