math_expressions
math_expressions
UnaryOperator
UnaryOperator.raw
UnaryOperator.raw
math_expressions
math_expressions
UnaryOperator
UnaryOperator.raw
constructor
UnaryOperator.raw
Source
math_expressions
math_expressions
UnaryOperator
Constructors
UnaryOperator
raw
Properties
exp
hashCode
runtimeType
Operators
operator *
operator +
operator -
operator /
operator ==
operator unary-
operator ^
Methods
derive
evaluate
noSuchMethod
simplify
toString
UnaryOperator.raw
(
Expression
exp
)
Creates a
UnaryOperation
from the given expression.
Source
UnaryOperator.raw(this.exp);