# File lib/pdf/math.rb, line 102 102: def grad2rad(grad, wrap = true) 103: rad = GR * grad 104: rad = rad2rad(rad) if wrap 105: rad 106: end