#ifndef _POWER #define _POWER #include "stacker.h" class Power { Stack *bitstack; public: Power (); BigInt *pow (int, int); }; #endif