home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / std / c / 3242 < prev    next >
Encoding:
Text File  |  1992-12-21  |  847 b   |  22 lines

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