Method: Keisan::AST::Node#**

Defined in:
lib/keisan/ast/node.rb

#**(other) ⇒ Object



127
128
129
# File 'lib/keisan/ast/node.rb', line 127

def **(other)
  Exponent.new([self, other.to_node])
end