127 128 129
# File 'lib/keisan/ast/node.rb', line 127 def **(other) Exponent.new([self, other.to_node]) end