From 59ffbcd3f5efaab8001d211cfa4dce7e1cdcbb6d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 Feb 2012 18:34:37 +0100 Subject: [PATCH] New module 'hypotl-ieee'. * modules/hypotl-ieee: New file. --- ChangeLog | 3 +++ modules/hypotl-ieee | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 modules/hypotl-ieee diff --git a/ChangeLog b/ChangeLog index edc8436029..3d22905f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-29 Bruno Haible + New module 'hypotl-ieee'. + * modules/hypotl-ieee: New file. + Tests for module 'hypot-ieee'. * modules/hypot-ieee-tests: New file. * tests/test-hypot-ieee.c: New file. diff --git a/modules/hypotl-ieee b/modules/hypotl-ieee new file mode 100644 index 0000000000..1c34983314 --- /dev/null +++ b/modules/hypotl-ieee @@ -0,0 +1,24 @@ +Description: +hypotl() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +hypotl +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(HYPOTL_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible -- 2.39.5