bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

acoshl functions for ldbl-96


From: Dhaval Prajapati
Subject: acoshl functions for ldbl-96
Date: 23 Aug 2004 06:49:58 -0000

  
Hi,

I am stdying glibc 2.3.2 . In ldbl-96 directory 
(path:glibc-2.3.2/sysdeps/ieee754/ldbl-96), there is e_acoshl.c file to compute 
'acosh' for long double. This file is using these functions 
__ieee754_logl,__log1pl,__ieee754_sqrtl, which are not implemented in 'ldbl-96' 
directory. So it will use from generic directory . But in that directory also 
these functions are not implemented. 

I would like to know that , how e_acoshl.c compute 'acosh' correctly for long 
double? Why __ieee754_logl,__log1pl,__ieee754_sqrtl functions are not 
implemented in 'ldbl-96' directory?

Thanks in advance,
Dhaval Prajapati

reply via email to

[Prev in Thread] Current Thread [Next in Thread]