[BACK]Return to k_cos.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/k_cos.c between version 1.1 and 1.2

version 1.1, 1994/02/11 17:52:17 version 1.2, 1994/02/11 18:09:02
Line 46 
Line 46 
  *         thus, reducing the rounding error in the subtraction.   *         thus, reducing the rounding error in the subtraction.
  */   */
   
 #include "fdlibm.h"  #include <math.h>
   
 #ifdef __STDC__  #ifdef __STDC__
 static const double  static const double

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

CVSweb <webmaster@jp.NetBSD.org>