Page logoMath sketchbook

Documentation for pow

Signature

pow(base, exponent)

Description

The pow() function raises the base to the power of the exponent (i.e., base^exponent).

Variants

  • pow(scalar, scalar) -> scalar
  • pow(matrix, scalar) -> matrix

Examples

See also