rad2deg [function]

rad2deg( x )

returns angle, converted from radians to degrees, as real

rad2deg( 0 ); // real (0)
rad2deg( M_PI ); // real (180)
rad2deg( -M_PI / 2 ); // real (-90)