Berkeley Nuclear Data Software
PowerItoI.H
Go to the documentation of this file.
1 #ifndef _POWERITOI_H_
2 #define _POWERITOI_H_
3 unsigned int Power(unsigned int a_x, unsigned int a_n);
4 #endif
unsigned int Power(unsigned int a_x, unsigned int a_n)
Definition: PowerItoI.cpp:3