degrees_over_rounded# static GeometryOperators.degrees_over_rounded(angle, digits)[source]# Ceil of angle. Parameters: anglefloatAngle in radians which will be converted to degrees and will be over-rounded to the next “digits” decimal. digitsintInteger number which is the number of decimals. Returns: float