X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Kbwms AT aol DOT com Message-ID: <1a5.1a6f8bcf.2cbc2f02@aol.com> Date: Mon, 13 Oct 2003 12:38:26 EDT Subject: Work on C99 Math Functions To: djgpp-workers AT delorie DOT com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_1a5.1a6f8bcf.2cbc2f02_boundary" X-Mailer: 8.0 for Windows sub 6015 Reply-To: djgpp-workers AT delorie DOT com --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 http://www.opengroup.org/onlinepubs/007904975/basedefs/math.h.html 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 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:


int isnormal(real-floating x);

float           exp2f= (float);
double       fdim(double, double);
float           fdimf= (float, float);
double       fma(double, double, double);<= BR> float           fmaf(= float, float, float);
long double     fmal(long double, long double, long doub= le);
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 doubl= e);
float           nextt= owardf(float, long double);
long double     nexttowardl(long double, long double); double       scalbln(double, long);
float           scalb= lnf(float, long);
double       tgamma(double);
float           tgamm= af(float);
double       trunc(double);
float           trunc= f(float);

Header math.h at http://www.opengroup.org/onlinepubs/007904975/basedefs/m= ath.h.html

was used as the master list.


Is anyone working on these besides me?


KB Williams
--part1_1a5.1a6f8bcf.2cbc2f02_boundary--