Path: utzoo!utgpu!watmath!watdragon!watcsc!terfhs From: terfhs@watcsc.waterloo.edu (Terrence Dick) Newsgroups: comp.sys.handhelds Subject: HP28S manual number-crunching Message-ID: <1989Nov8.045542.2869@watcsc.waterloo.edu> Date: 8 Nov 89 04:55:42 GMT Reply-To: watmath.waterloo.edu!watcsc!terfhs (Terrence Dick) Organization: University of Waterloo Computer Science Club Lines: 15 I wanted quicker access to the reciprocal, power, root, and square functions (shifted / * - +), and the natural log and exponential (logs menu). This program I store as CRUN (ch) puts these functions in the custom menu, along with a dupli- cate of the trig menu (so I can use the trig functions and get to the others by pressing NEXT, not SHIFT CUSTOM). << { INV (power) (root) SQ LN EXP SIN ASIN COS ACOS TAN ATAN } MENU >> where (power) and (root) are their appropriate symbols. Ter for himself watmath.waterloo.edu!watcsc!terfhs