pow

Name

pow -- raise base to exponent

Synopsis

#include <stdlib.h>

unsigned long pow(unsigned int base, unsigned int exponent);

Description

This function raises base to the power exponent.

Examples

Raising a value to an exponent