*TRIG_COS

Description: Compute the cos of a number

Syntax: trig_cos(number)

Inputs
ID Name Type Default Remarks
1 Number scalar   Number
Outputs
ID Name Type Remarks
1 trig_cos_output_1 scalar  

*TRIG_TAN

Description: Compute the tan of a number

Syntax: trig_tan(number)

Inputs
ID Name Type Default Remarks
1 Number scalar   Number
Outputs
ID Name Type Remarks
1 trig_tan_output_1 scalar  

*TRIG_ATAN

Description: Compute the arc tan of a number

Syntax: trig_atan(number)

Inputs
ID Name Type Default Remarks
1 Number scalar   Number
Outputs
ID Name Type Remarks
1 trig_atan_output_1 scalar  

*TRIG_SIN

Description: Compute the sin of a number

Syntax: trig_sin(number)

Inputs
ID Name Type Default Remarks
1 Number scalar   Number
Outputs
ID Name Type Remarks
1 trig_sin_output_1 scalar  

*TRIG_RAD2DEG

Description: Trig Rad2deg

Syntax: trig_rad2deg(radians)

Inputs
ID Name Type Default Remarks
1 Radians scalar   Radians to be converted to degrees
Outputs
ID Name Type Remarks
1 trig_rad2deg_output_1 scalar  

*TRIG_DEG2RAD

Description: Convert degrees to radians

Syntax: trig_deg2rad(degrees)

Inputs
ID Name Type Default Remarks
1 Degrees scalar   Degrees to be converted to radians
Outputs
ID Name Type Remarks
1 trig_deg2rad_output_1 scalar