pow expression function

Raises a number to an exponent.

All Usage Examples

Usage

pow(base, exponent)

Examples

pow(2, 3) = 8