changeset 16475:c8a8628de686

New module 'rint-ieee'. * modules/rint-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Mon, 27 Feb 2012 10:56:13 +0100
parents 3a58d2c88e2e
children d301c3764c96
files ChangeLog modules/rint-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
+	New module 'rint-ieee'.
+	* modules/rint-ieee: New file.
+
 	Tests for module 'rintf-ieee'.
 	* modules/rintf-ieee-tests: New file.
 	* tests/test-rintf-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/rint-ieee
@@ -0,0 +1,24 @@
+Description:
+rint() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+rint
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(RINT_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible