- Found in:
- Mathf
Description
Documentation Comment
Returns the arc-tangent of f - the angle in radians whose tangent is f
Caveats
Parameters
floatf
Examples
Auto-Generated Example
float myFloat__f
float returnedValue = LibMathf.Atan(myFloat__f)
Returns the arc-tangent of f - the angle in radians whose tangent is f
float myFloat__f
float returnedValue = LibMathf.Atan(myFloat__f)