degrees_default_rounded#

static GeometryOperators.degrees_default_rounded(angle, digits)[source]#

Convert angle to degree with given digits rounding.

Parameters:
anglefloat

Angle in radians which will be converted to degrees and will be under-rounded to the next “digits” decimal.

digitsint

Integer number which is the number of decimals.

Returns:
float