Trigonometry Functions

GoldSim provides the following trigonometry functions:

Function Description
sin(A) Sine of A
cos(A) Cosine of A
tan(A) Tangent of A
cot(A) Cotangent of A
sinh(A) Hyperbolic sine of A
cosh(A) Hyperbolic cosine of A
tanh(A) Hyperbolic tangent of A
asin(U) Arcsine of U. The result has dimensions An output attribute for an element that defines the dimensionality (in terms of Length, Time and other fundamental dimensions) of the output. of an angle.
acos(U) Arccosine of U. The result has dimensions of an angle.
atan(U) Arctangent of U. The result has dimensions of an angle.
A: An angle (i.e., a value). It can have angular units or no units, in which case it is assumed to be in radians. Can be a scalar An output consisting of a single value or condition. or an array A collection of variables that share common output attributes and can be manipulated in GoldSim elements or input expressions..
U: Must be a unitless value. Can be a scalar or an array.