[BACK]Return to s_ceil.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/s_ceil.c between version 1.13 and 1.14

version 1.13, 2009/02/16 01:22:18 version 1.14, 2013/11/11 23:57:34
Line 29  __RCSID("$NetBSD$");
Line 29  __RCSID("$NetBSD$");
   
 static const double huge = 1.0e300;  static const double huge = 1.0e300;
   
   #ifndef __HAVE_LONG_DOUBLE
   __strong_alias(_ceill, ceil)
   __weak_alias(ceill, ceil)
   #endif
   
 double  double
 ceil(double x)  ceil(double x)
 {  {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>