# File lib/pdf/math.rb, line 78 78: def rad2deg(rad, wrap = true) 79: deg = RD * rad 80: deg = deg2deg(deg) if wrap 81: deg 82: end