From 61a98d68e219dbf112c34c10153dbe2c9f82201c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 Feb 2012 18:33:34 +0100 Subject: [PATCH] New module 'hypotf-ieee'. * modules/hypotf-ieee: New file. --- ChangeLog | 5 +++++ modules/hypotf-ieee | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 modules/hypotf-ieee diff --git a/ChangeLog b/ChangeLog index 489b4013b3..b29b158b88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-29 Bruno Haible + + New module 'hypotf-ieee'. + * modules/hypotf-ieee: New file. + 2012-02-29 Bruno Haible Remove unused variables. diff --git a/modules/hypotf-ieee b/modules/hypotf-ieee new file mode 100644 index 0000000000..3e416cf12e --- /dev/null +++ b/modules/hypotf-ieee @@ -0,0 +1,24 @@ +Description: +hypotf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +hypotf +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(HYPOTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible -- 2.39.5