atan2d Function

public elemental function atan2d(y, x) result(a)

Inverse tangents of y/x (see atan2d), result in degrees

Note

the atan2d function should be available in 202X Fortran standard

Arguments

Type IntentOptional Attributes Name
real(kind=rkind), intent(in) :: y
real(kind=rkind), intent(in) :: x

Return Value real(kind=rkind)