# File lib/pdf/math.rb, line 86 86: def rad2grad(rad, wrap = true) 87: grad = RG * rad 88: grad = grad2grad(grad) if wrap 89: grad 90: end