Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!hplabs!hp-pcd!hpcvra.cv.hp.com!rnews!hpcvbbs!akcs.Guest_ From: akcs.Guest_@hpcvbbs.UUCP () Newsgroups: comp.sys.handhelds Subject: Trig Functions Message-ID: <28342b60:3149comp.sys.handhelds@hpcvbbs.UUCP> Date: 17 May 91 19:40:05 GMT Lines: 36 Below is a small directory that I find very useful. It contains some of the trig functions that are not built-in the HP-48sx. These functions can be used in calculations, integrals, derivatives, etc. ------------------------- Cut Here ----------------------------------- %%HP: T(3)A(R)F(.); DIR CSC @ Cosecant Function \<< \-> X '1/SIN(X) ' \>> ACSC @ Arc Cosecant Function \<< \-> X 'ASIN(1/X )' \>> SEC @ Secant Function \<< \-> X '1/COS(X) ' \>> ASEC @ Arc Secant Function \<< \-> X 'ACOS(1/X )' \>> COT @ Cotangent Function \<< \-> X '1/TAN(X) ' \>> ACOT @ Arc Cotangent Function \<< \-> X 'ATAN(1/X )' \>> END ------------------------- Cut Here ----------------------------------- BTW, 'TRIG' BYTES gives: # CBD4h 267 [End of file]