math_expressions
math_expressions
Root
simplify
simplify
math_expressions
math_expressions
Root
simplify
method
simplify
Source
math_expressions
math_expressions
Root
Constructors
Root
fromExpr
sqrt
Properties
arg
args
domainDimension
hashCode
n
name
runtimeType
Operators
operator &
operator *
operator +
operator -
operator /
operator ==
operator unary-
operator ^
Methods
asPower
derive
evaluate
getParam
getParamByName
noSuchMethod
simplify
toFullString
toString
Expression
simplify
(
)
Simplify argument.
Source
Expression simplify() { return new Root(n, arg.simplify()); }