home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / SNPD9404.ZIP / ROUND.H < prev    next >
Text File  |  1994-04-03  |  148b  |  8 lines

  1. .I 0 2
  2. /*
  3. ** rounding macros by Dave Knapp & Thad Smith
  4. .D 1 2
  5. .I 10 1
  6. #define fround(n,d) (floor((n)*pow(10.,(d))+.5)/pow(10.,(d)))
  7. .D 11 1
  8.