pydune.physics.turbulent_flow.fourriere2010_freesurface.tand# tand(x)[source]# Compute tangent element-wise using np.tan with an input in degree. Parameters: x (array_like) – Input array in degree. Returns: y – The corresponding tangent values. This is a scalar if x is a scalar. Return type: array_like