# File lib/pdf/math.rb, line 94 94: def grad2deg(grad, wrap = true) 95: deg = GD * grad 96: deg = deg2deg(deg) if wrap 97: deg 98: end