Class: Eqn::Terminal::Op::Pow
- Defined in:
- lib/eqn/terminal.rb
Instance Method Summary collapse
Instance Method Details
#left_associative? ⇒ Boolean
75 76 77 |
# File 'lib/eqn/terminal.rb', line 75 def left_associative? false end |
#value ⇒ Object
79 80 81 |
# File 'lib/eqn/terminal.rb', line 79 def value '**' end |