changeset 16491:928151fdf0a9

New module 'remainderf-ieee'. * modules/remainderf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Mon, 27 Feb 2012 17:43:47 +0100
parents 0d1fd31a3ea0
children d1910216f203
files ChangeLog modules/remainderf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-27  Bruno Haible  <bruno@clisp.org>
+
+	New module 'remainderf-ieee'.
+	* modules/remainderf-ieee: New file.
+
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
 	modff, modfl: Fix configure syntax error.
new file mode 100644
--- /dev/null
+++ b/modules/remainderf-ieee
@@ -0,0 +1,24 @@
+Description:
+remainderf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+remainderf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(REMAINDERF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible