Skip to content

pow8

Eighth power (X^8).

Y = pow8(X)

Returns X.^8 element-wise.

  • pow7 — Seventh power (X^7).
  • power — Element-wise exponentiation (function form of .^).