Mercurial > hg > octave-kai > gnulib-hg
diff modules/ldexp-ieee @ 16444:578f875c1ad5
New module 'ldexp-ieee'.
* modules/ldexp-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 16:31:33 +0100 (2012-02-26) |
parents | |
children |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/ldexp-ieee @@ -0,0 +1,24 @@ +Description: +ldexp() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +ldexp +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(LDEXP_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible