|
|
Returns the angle whose tangent is the specified number.
Syntax
| Smartsite SXML |
|
|---|---|
float math.atan(float a) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| a | Float | A number representing a tangent. |
Return Value
| Data Type | Description |
|---|---|
| Float | An angle, θ, measured in radians, such that π/2 ≤ θ ≤ π/2. -or- NaN ifAequals NaN. |