pydune.math.arctand#

arctand(x)[source]#

Trigonometric inverse tangent using np.arctan, element-wise with an output in degree.

Parameters:

x (array_like) – Input array.

Returns:

y – The corresponding tangent values. This is a scalar if x is a scalar.

Return type:

array_like