home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume11 / rpl / part02 / logcmd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-10  |  350 b   |  19 lines

  1. /****************************************************************
  2.  
  3.     Functions used for implementing user logarithmic commands
  4.  
  5. 0.0    hjp    89-12-03
  6.  
  7.     initial version
  8.     LN and EXP extracted from ArithCmd.
  9.  
  10. ****************************************************************/
  11.  
  12. #ifndef I_logcmd
  13.  
  14.     #define I_logcmd
  15.  
  16.     void    c_exp    (void);
  17.     void    c_ln    (void);
  18. #endif
  19.