the Technology Interface / Spring97
Derived Trigonometric Functions
from the Technology Interface Techtips

by

Richard M. Bender PE
rick@vms.cis.pitt.edu
Engineering Technology Division
University of Pittsburgh at Johnstown

Many times in computer programming you need a trig function that is not in the programming language library. Below are a few that my students and I found useful. These are written in BASIC but are easily converted to PASCAL, FORTRAN, C and other languages.

DERIVED EQUATION
(using standard BASIC functions)



INVERSE



HYPERBOLIC



INVERSE HYPERBOLIC



NOTE: All angles are expressed in radians!