power
Default mainpageat91libutilitypower
Description Source Call Graph
power
Computes and returns x power of y.
 
Syntax / parameters
unsigned int power (unsigned int x, unsigned int y)

Name Type Default Description
x unsigned int
  Value.
y unsigned int
  Power.
 
Return value unsigned int
   
Description
Computes and returns x power of y.

 
Source
The documentation for this Member was generated from the following files:
  • math.c