This is a beta autodoc build; expect bugs and missing information.
std
math
atan
fn
atan
(
x
:
anytype
)
@TypeOf
(
x
)
[
src
]
Returns the arc-tangent of x.
Special Cases:
atan(+-0) = +-0
atan(+-inf) = +-pi/2
Parameters
x
:
anytype
,