radians_over_rounded#

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

Radian angle ceiling.

Parameters:
anglefloat

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

digitsint

Integer number which is the number of decimals.

Returns:
float