# File lib/pdf/math.rb, line 70 70: def deg2grad(deg, wrap = true) 71: grad = DG * deg 72: grad = grad2grad(grad) if wrap 73: grad 74: end