Mercurial > hg > octave-kai > gnulib-hg
changeset 15869:7fb8367bf966
New module 'powf'.
* lib/math.in.h (powf): New declaration.
* lib/powf.c: New file.
* m4/powf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether powf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_POWF, HAVE_POWF.
* modules/math (Makefile.am): Substitute GNULIB_POWF, HAVE_POWF.
* modules/powf: New file.
* tests/test-math-c++.cc: Check the declaration of powf.
* doc/posix-functions/powf.texi: Mention the new module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 08 Oct 2011 22:45:54 +0200 |
parents | 7df646579b3e |
children | 63bc7ea7eb86 |
files | ChangeLog doc/posix-functions/powf.texi lib/math.in.h lib/powf.c m4/math_h.m4 m4/powf.m4 modules/math modules/powf tests/test-math-c++.cc |
diffstat | 9 files changed, 123 insertions(+), 7 deletions(-) [+] |