[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
new 'float' math modules
From: |
Bruno Haible |
Subject: |
new 'float' math modules |
Date: |
Sun, 9 Oct 2011 01:06:03 +0200 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
I wrote:
> For 22 <math.h> functions that ought to take 'float' arguments and
> return a 'float' result, MSVC 9 only provides a macro definition.
> This is not POSIX compliant, see POSIX:2008 / System Interfaces /
> General Information / Use and Implementation of Interfaces
> <http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html>
> section 2.1.1, point 2.
I've finished adding gnulib modules for each of these:
fabsf
fmodf
modff
frexpf
ldexpf
sqrtf
expf
logf
log10f
powf
sinf
cosf
tanf
asinf
acosf
atanf
atan2f
sinhf
coshf
tanhf
Bruno
--
In memoriam Engin Ceber <http://en.wikipedia.org/wiki/Engin_Ceber>
- new module 'fabsf', Bruno Haible, 2011/10/05
- new module 'fmodf', Bruno Haible, 2011/10/05
- new module 'modff', Bruno Haible, 2011/10/05
- new module 'frexpf', Bruno Haible, 2011/10/06
- Re: new module 'fabsf', Bruno Haible, 2011/10/06
- new module 'ldexpf', Bruno Haible, 2011/10/07
- new 'float' math modules,
Bruno Haible <=