This omission seems odd.  Was this intentional?

A single pow_p_p_p op backed by a (non-MMD) vtable entry would make it easier to support code like the following:

  def f(x): return x**3
  print f(3), f(2.5)

- Sam Ruby

Reply via email to