datatable.math.arctan()¶
Inverse trigonometric tangent of x.
This function satisfies the property that tan(arctan(x)) == x.
See also¶
atan2(x, y)– two-argument inverse tangent function;tan(x)– the trigonometric tangent function.
Inverse trigonometric tangent of x.
This function satisfies the property that tan(arctan(x)) == x.
atan2(x, y) – two-argument inverse tangent function;
tan(x) – the trigonometric tangent function.