home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0263.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  417 b   |  10 lines

  1.  
  2. Is there a pre-defined  function in Franz Lisp that never uses integer
  3. division when it differs from floating point division ?  Obviously it is easy
  4. to write (quotient (float a) b) or to write a function/macro with the same
  5. effect. However, since Franz does a good job of dealing with different kinds
  6. of numbers in other cases, it is inconvenient and inefficient if such a
  7. function is not available in the system.
  8.  
  9.  
  10.