COS

The COS function returns the cosine of an expression a.

Format

COS(a)

Arguments

 
a
Any valid function expression.
Number of Arguments: 1

Examples

MOTION/2060, JOINT=2060, ROTATION,
, FUNCTION=20D+COS(2*PI*TIME)
This MOTION statement defines a rotational motion acting on JOINT/2060. The rotational degree of freedom is specified to be 20D+COS(2*PI*TIME).
See other FORTRAN 77 available.