hide_degree property

hide_degree property

Hide degree When is true, the degree is not shown, as in √𝑥

Definition:

@property
def hide_degree(self):
    ...

@hide_degree.setter
def hide_degree(self, value):
    ...

See Also