~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/exp.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-09 19:18:36 UTC
  • mfrom: (923 drizzle)
  • mto: (934.3.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 938.
  • Revision ID: osullivan.padraig@gmail.com-20090309191836-ixiam3xa55off3do
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <drizzled/server_includes.h>
21
 
#include CSTDINT_H
22
21
#include <drizzled/item/func.h>
23
22
#include <drizzled/function/math/exp.h>
24
 
#include CMATH_H
25
 
 
26
 
#if defined(CMATH_NAMESPACE)
27
 
using namespace CMATH_NAMESPACE;
28
 
#endif
29
23
 
30
24
 
31
25
double Item_func_exp::val_real()