MathRadical constructor

init

Initializes a new instance of the MathRadical class.

def __init__(self, base_argument, degree_argument):
    ...
ParameterTypeDescription
base_argumentIMathElementBase
degree_argumentIMathElementDegree

See Also