cart_to_polar Interface

interface


Calls

interface~~cart_to_polar~~CallsGraph interface~cart_to_polar cart_to_polar proc~cart_to_polar cart_to_polar interface~cart_to_polar->proc~cart_to_polar

public module subroutine cart_to_polar(x, y, rho, theta, square)

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(in) :: x
real(kind=psb_dpk_), intent(in) :: y
real(kind=psb_dpk_), intent(out) :: rho
real(kind=psb_dpk_), intent(out) :: theta
logical, intent(in), optional :: square