*TRIG_DEG2RAD¶
Description: Convert degrees to radians
Syntax:
trig_deg2rad(degrees)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Degrees | scalar | Degrees to be converted to radians |
ID | Name | Type | Remarks |
---|---|---|---|
1 | trig_deg2rad_output_1 | scalar |
*TRIG_ATAN¶
Description: Compute the arc tan of a number
Syntax:
trig_atan(number)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Number | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | trig_atan_output_1 | scalar |
*TRIG_TAN¶
Description: Compute the tan of a number
Syntax:
trig_tan(number)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Number | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | trig_tan_output_1 | scalar |
*TRIG_COS¶
Description: Compute the cos of a number
Syntax:
trig_cos(number)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Number | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | trig_cos_output_1 | scalar |