home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXsrc.zoo / src / arith.h < prev    next >
Text File  |  1988-03-13  |  480b  |  30 lines

  1.  
  2. /*
  3.  * @(#)arith.h 2.5 EPA
  4.  *
  5.  * Copyright 1987,1988 Pat J Monardo
  6.  *
  7.  * Redistribution of this file is permitted through
  8.  * the specifications in the file COPYING.
  9.  *
  10.  * 
  11.  */
  12.  
  13. #define UNITY           0200000
  14. #define TWO             0400000
  15.  
  16. val     half();
  17. scal    round_decimals();
  18. int     print_scaled();
  19.  
  20. global  bool    arith_error;
  21. global  scal    remainder;
  22.  
  23. scal    nx_plus_y();
  24. scal    x_over_n();
  25. scal    xn_over_d();
  26.  
  27. #define INF_BAD         10000 
  28.  
  29. hword   badness();
  30.