Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 22:09:52 +0200
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/include Makefile tgmath.h
Message-ID:  <20040808200951.GA557@wombat.fafoe.narf.at>
In-Reply-To: <200408082005.i78K5lDQ023077@repoman.freebsd.org>
References:  <200408082005.i78K5lDQ023077@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 08, 2004 at 08:05:47PM +0000, Stefan Farfeleder wrote:
>   Log:
>   Implement C99's standard header <tgmath.h>.  It provides type-generic macros
>   for the <math.h> and <complex.h> functions that have float, double and long
>   double implementations.  Such type-generic macros expand to an actual
>   function, depending on the types of the macro arguments, eg. if <tgmath.h>
>   is included, the invocation cos(1.0f) calls the function cosf().

I'll add a man page that lists all macros ASAP.

Stefan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040808200951.GA557>