Returns the power form of this root. E.g. root_5(x) = x^(1/5)
This method is used to determine the derivation of a root expression.
Source
Expression asPower() => new Power(arg, new Divide(1,n));
Returns the power form of this root. E.g. root_5(x) = x^(1/5)
This method is used to determine the derivation of a root expression.
Expression asPower() => new Power(arg, new Divide(1,n));