Mail Archives: djgpp-workers/2003/10/13/12:39:39
--part1_1a5.1a6f8bcf.2cbc2f02_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
In a review of the functions in the latest version of my C99 library plus
what we already have in libc.a and libm.a, the following remain to be written.
If the spacing looks weird when you see the list, my guess is that the reason
in AOL's html nonsense:
int isnormal(real-floating x);
float exp2f(float);
double fdim(double, double);
float fdimf(float, float);
double fma(double, double, double);
float fmaf(float, float, float);
long double fmal(long double, long double, long double);
double fmax(double, double);
float fmaxf(float, float);
double fmin(double, double);
float fminf(float, float);
float log2f(float);
double nan(const char *);
float nanf(const char *);
long double nanl(const char *);
double nexttoward(double, long double);
float nexttowardf(float, long double);
long double nexttowardl(long double, long double);
double scalbln(double, long);
float scalblnf(float, long);
double tgamma(double);
float tgammaf(float);
double trunc(double);
float truncf(float);
Header math.h at <A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/math.h.html">
http://www.opengroup.org/onlinepubs/007904975/basedefs/math.h.html</A>
was used as the master list.
Is anyone working on these besides me?
KB Williams
--part1_1a5.1a6f8bcf.2cbc2f02_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
<HTML><FONT FACE=3Darial,helvetica><FONT SIZE=3D3 FAMILY=3D"SERIF" FACE=3D"=
Georgia" LANG=3D"0">In a review of the functions in the latest version of my=
C99 library plus what we already have in libc.a and libm.a, the following r=
emain to be written. If the spacing looks weird when you see the list,=
my guess is that the reason in AOL's html nonsense:<BR>
<BR>
<BR>
int isnormal(real-floating x);<BR>
<BR>
float exp2f=
(float);<BR>
double fdim(double, double);<BR>
float fdimf=
(float, float);<BR>
double fma(double, double, double);<=
BR>
float fmaf(=
float, float, float);<BR>
long double fmal(long double, long double, long doub=
le);<BR>
double fmax(double, double);<BR>
float fmaxf=
(float, float);<BR>
double fmin(double, double);<BR>
float fminf=
(float, float);<BR>
float log2f=
(float);<BR>
double nan(const char *);<BR>
float nanf(=
const char *);<BR>
long double nanl(const char *);<BR>
double nexttoward(double, long doubl=
e);<BR>
float nextt=
owardf(float, long double);<BR>
long double nexttowardl(long double, long double);<B=
R>
double scalbln(double, long);<BR>
float scalb=
lnf(float, long);<BR>
double tgamma(double);<BR>
float tgamm=
af(float);<BR>
double trunc(double);<BR>
float trunc=
f(float);<BR>
<BR>
Header math.h at <A HREF=3D"http://www.opengroup.org/onlinepubs/007904975/ba=
sedefs/math.h.html">http://www.opengroup.org/onlinepubs/007904975/basedefs/m=
ath.h.html</A><BR>
<BR>
was used as the master list.<BR>
<BR>
<BR>
Is anyone working on these besides me?<BR>
<BR>
<BR>
KB Williams</FONT></HTML>
--part1_1a5.1a6f8bcf.2cbc2f02_boundary--
- Raw text -