[BACK]Return to w_acosh.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_acosh.c between version 1.2 and 1.3

version 1.2, 1994/02/11 18:09:49 version 1.3, 1994/02/18 02:27:09
Line 1 
Line 1 
   
 /* @(#)w_acosh.c 5.1 93/09/24 */  /* @(#)w_acosh.c 5.1 93/09/24 */
 /*  /*
  * ====================================================   * ====================================================
Line 9 
Line 8 
  * software is freely granted, provided that this notice   * software is freely granted, provided that this notice
  * is preserved.   * is preserved.
  * ====================================================   * ====================================================
  *  
  */   */
   
   #ifndef lint
   static char rcsid[] = "$Id$";
   #endif
   
 /*  /*
  * wrapper acosh(x)   * wrapper acosh(x)
  */   */

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

CVSweb <webmaster@jp.NetBSD.org>