Question: How do I get Maple v10 to convert the output of the polar() to degrees with convert(arg, degrees)???

How do I get Maple to convert the output of the polar() to degrees with convert(arg, degrees)??? Does the polar() store the magnitude and angle values that is spits out into some variable somewhere that isn't documented? I can't figure this out right now; short of making a copy of the angle part of the polar()'s output to then be fed back into the convert(angle, degrees) statement. Help anyone?
Please Wait...