Example #1
0
def degrees(radian):
    from org.meta.math import MathUtil

    return MathUtil.toDegrees(radian)