home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.std.c
- Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!usc!cs.utexas.edu!news.uta.edu!utacfd.uta.edu!rwsys!sneaky!gordon
- From: gordon@sneaky.lonestar.org (Gordon Burditt)
- Subject: Re: are float functions (sinf, fabsf) required by ansi?
- Message-ID: <BzKq17.KMx@sneaky.lonestar.org>
- Organization: Gordon Burditt
- References: <1992Dec18.232621.2801@bernina.ethz.ch>
- Date: Sun, 20 Dec 1992 19:55:49 GMT
- Lines: 11
-
- >The subject is clear enough... must any ansi compiler know the functions
- >for evaluating sin with a float argument (after including math.h) and
- >is it always called sinf. Or rephrased... is sinf in the standard library?
-
- No.
-
- However, ANSI does reserve the names of functions in <math.h> suffixed
- with f or l under 4.13 "Future Library Directions".
-
- Gordon L. Burditt
- sneaky.lonestar.org!gordon
-