Tan / Computation Layer
Calculate the tangent of angle values (in radians). Similar to numpy.tan() or R's tan().
Mathematical form: where is in radians. Key properties:
- Period: π ≈ 3.14159
- Odd function: tan(-x) = -tan(x)
- Undefined at x = π/2 + nπ
Common applications:
- Slope calculations
- Angular measurements
- Triangulation
- Optical calculations
- Navigation
Note: Results become very large near x = π/2 + nπ (asymptotes).
Table
0
0
Table
Transforms
[, ...]Select
columnThe angle column (in radians) to compute tangent values for. Common inputs:
- Angles in surveying
- Incline measurements
- Phase angles
- Direction vectors
- Rotation parameters
AsColumn
nameName for the new column. If not provided, the system generates a unique name. If AsColumn
matches an existing column, the existing column is replaced. The name should follow valid column naming conventions.