Skip to content
Serguei Kalentchouk edited this page Jan 12, 2018 · 20 revisions

Trig

Cos

Returns the cos of value

Type Name Description
➡️ float input Input value
➡️ enum measure Input value angle measure (degrees/radians)
⬅️ float output Return value

Sin

Returns the sin of value

Type Name Description
➡️ float input Input value
➡️ enum measure Input value angle measure (degrees/radians)
⬅️ float output Return value

Tan

Returns the tan of value

Type Name Description
➡️ float input Input value
➡️ enum measure Input value angle measure (degrees/radians)
⬅️ float output Return value
Clone this wiki locally