Mistake in 'mathfp/sf_sqrt.c'.

Ranjith Kumaran ranjith@cygnus.com
Mon Mar 13 12:49:00 GMT 2000


This has been checked in.  Thanks.


On 13 Mar 2000, Sergei Organov wrote:

> Hello,
> 
> Here is the diff that fixes simple mistake:
> 
> --- mathfp/sf_sqrt.c.old        Thu Feb 17 22:39:52 2000
> +++ mathfp/sf_sqrt.c    Mon Mar 13 15:11:56 2000
> @@ -94,7 +94,7 @@
>  
>  double sqrt (double x)
>  {
> -  return (double) sqrt ((float) x);
> +  return (double) sqrtf ((float) x);
>  }
>  
>  #endif /* _DOUBLE_IS_32BITS */
> 

-----
Ranjith Kumaran (ranjith@cygnus.com)
Cygnus Solutions, a Red Hat Company
416-482-2661 Ext. 303



More information about the Newlib mailing list