Trigonometry

This module performs a variety of mathematical operations on two of its
inputs and gives the result as output. The inputs can be of any
dimension that makes sense for the specified operation and the type of
the output is based on the input operands.  Operations on vectors and
arrays first verify that the dimensions are equal sized.

Input Ports
	
	Operand - integer, float, double
	the value that the trigonometric function is being taken of


Output Ports

	Result - double
	obtained by Result = Trigonometric Function (Operand)


Configuration Information

	Trigonometric Type - the trigonometric function to be applied.
	Possible functions are:

	Sine: Result = Sin(Operand)
	Cosine: Result = Cos(Operand)
	Tangent: Result = Tan(Operand)



