Tangent

The tangent trigonometric function (tan) calculates the ratio of the angle's opposite side length to its adjacent side length.

Interface

Inputs

ParameterDetailsPossible Types
Theta

The given angle.

Primary Input

f32
f64
Radians

Whether the given angle should be interpreted as radians instead of degrees.

Default: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32