# File lib/pdf/math.rb, line 62 62: def deg2rad(deg, wrap = true) 63: rad = DR * deg 64: rad = rad2rad(rad) if wrap 65: rad 66: end