Module: BasicVars
- Defined in:
- lib/symcalc.rb
Overview
Basic variables that are already implemented in SymCalc and have fixed values
Constant Summary collapse
- E =
Variable.new "e", Math::E
Basic variables that are already implemented in SymCalc and have fixed values
Variable.new "e", Math::E