deg2rad Function

private function deg2rad(x)

@brief Function that converts @f$x@f$ from degrees to radians.

@param x Angle @f$x@f$ in degrees. @param deg2rad Angle @f$x@f$ converted to radians.

Arguments

Type IntentOptional AttributesName
real(kind=rp), intent(in) :: x

Return Value real(kind=rp)


Contents

None