17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
22
#include <drizzled/function/func.h>
24
23
#include <drizzled/function/math/dec.h>
26
28
class Item_func_pow :public Item_dec_func
31
33
const char *func_name() const { return "pow"; }