degrees_default_rounded# static GeometryOperators.degrees_default_rounded(angle, digits)[source]# Convert angle to degree with given digits rounding. Parameters: anglefloatAngle in radians which will be converted to degrees and will be under-rounded to the next “digits” decimal. digitsintInteger number which is the number of decimals. Returns: float