menu
advance_math package
documentation
advance_math.dart
Exp
Exp.new constructor
Exp.new constructor
dark_mode
light_mode
Exp
constructor
Exp
(
Expression
operand
)
Creates an exponential expression e^operand.
Implementation
Exp(this.operand);
advance_math package
documentation
advance_math
Exp
Exp.new constructor
Exp class