541 B
541 B
title | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|
math.atan() function | The math.atan() function returns the arctangent of `x` in radians. |
|
301 |
The math.atan()
function returns the arctangent of x
in radians.
Output data type: Float
import "math"
math.atan(x: 3.14)
// Returns 1.262480664599468
Parameters
x
The value used in the operation.
Data type: Float
Special cases
math.atan(x: ±0) // Returns ±0
math.atan(x: ±Inf) // Returns ±Pi/2