Example #1
0
def radians(degree):
    from org.meta.math import MathUtil

    return MathUtil.toRadians(degree)