home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17915 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Stupid C Question - thanks
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <C01Csq.B97@unx.sas.com>
  8. Date: Tue, 29 Dec 1992 19:29:14 GMT
  9. References:  <ad99s461.03qu@sycom.mi.org>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 24
  13.  
  14.  
  15. In article <ad99s461.03qu@sycom.mi.org>, ad99s461@sycom.mi.org (Alex Deburie) writes:
  16. |> However, it still seems wierd that there is no internal SAS function to
  17. |> do float to integer conversion, especially since I've found functions
  18. |> to do this right in the Amiga math libraries.
  19.  
  20. There's not a function to do it because it's built in to the language,
  21. via casting.
  22.  
  23. The reason it's in the Amiga math libraries is because you might
  24. not have code in your program to do the casting - for example, if
  25. you are in assembler or some other language.
  26.  
  27. |>      -- Alex Deburie
  28.  
  29. -- 
  30.   *****
  31. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  32.  *|. o.| ||                                          1200/2400/9600 Dual
  33.   | o  |//     For all you do, this bug's for you!
  34.   ====== 
  35. usenet: walker@unx.sas.com                            bix: djwalker 
  36. Any opinions expressed are mine, not those of SAS Institute, Inc.
  37.  
  38.