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.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.