This Module was prepared by
   Robert J. Gorman Jr.
   NATURESOFT
   MARCH 9, 1993

and may be used free of charge to develop applications.

All that I ask it that if you distribute this file please 
leave my name and this message on it and if you actually
use it or any portion of it in developing your applications
that you just drop me a note on American On-Line: RobertGJR
or CompuServe:  75010,754. (I like getting mail :) )

This is just the first and most simple in a series of Visual
Basic modules I am preparing for scientific programmers.  If
there's anything you'd like to see drop me a note.

If you're feeling really generous, PLEASE make a small
DONATION to any group working to save the tropical rain
forests.  My personal favorites are programs educating
children in tropical countries about the values of the
rainforest.

Look for additional products from NATURESOFT in the future.

LIST OF FUNCTIONS IN THIS MODULE

Function Arccos (X)
    'Calculates the Inverse Cosine of X
Function ArcCosec (X)
    'Calculates the Inverse Cosecant of X
Function ArcCotan (X)
    'Calculates the Inverse Cotangent of X
Function ArcSec (X)
    'Calculates the Inverse Secant of X
Function Arcsin (X)
    'Calculates the Inverse Sine of X
Function Cosec (X)
    'Calculates the Cosecant of X
Function Cot (X)
    'Calculates the Cotangent of X
Function HArccos (X)
    'Calculates the Inverse Hyperbolic Cosine of X
Function HArccosec (X)
    'Calculates the Inverse Hyperbolic Cosecant of X
Function HArccotan (X)
    'Calculates the Inverse Hyperbolic Cotangent of X
Function HArcsec (X)
    'Calculates the Inverse Hyperbolic Secant of X
Function HArcsin (X)
    'Calculates the Inverse Hyperbolic Sine of X
Function HArctan (X)
    'Calculates the Inverse Hyperbolic Tangent of X
Function Hcos (X)
    'Calculates the Hyperbolic Cosine of X
Function HCoSec (X)
    'Caluclates the Hyperbolic Cosecant of X
Function HCotan (X)
    'Calculates the Hyperbolic Cotangent of X
Function HSec (X)
    'Calculates the Hyperbolic Secant of X
Function Hsin (X)
    'Calculates the Hyperbolic Sine of X
Function HTan (X)
    'Calculates the Hyperbolic HTan
Function LogN (X, N)
    'Calculates the logarithm base N of X
Function Sec (X)
    'Calculates the Secant of X
