comparison modules/fmaf-ieee @ 16448:bcb607010cd6

New module 'fmaf-ieee'. * modules/fmaf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 17:08:28 +0100
parents
children
comparison
equal deleted inserted replaced
16447:88cc6732aacd 16448:bcb607010cd6
1 Description:
2 fmaf() function according to ISO C 99 with IEC 60559.
3
4 Files:
5
6 Depends-on:
7 fmaf
8 fpieee
9
10 configure.ac:
11
12 Makefile.am:
13
14 Include:
15 <math.h>
16
17 Link:
18 $(FMAF_LIBM)
19
20 License:
21 LGPL
22
23 Maintainer:
24 Bruno Haible