bug-gnulib
[Top][All Lists]
Advanced

[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>



reply via email to

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