# File lib/Dobjects/Dvector_extras.rb, line 336 def **(a) if a.class == Dobjects::Dvector a.as_exponent_of(self) else pre_dvec_pow(a) end end