~herron-philip/drizzle/drizzle-replace-list-sql-update

« back to all changes in this revision

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

  • Committer: Philip Herron
  • Date: 2009-03-09 20:47:51 UTC
  • mfrom: (840.4.7 drizzle-replace-list)
  • Revision ID: redbrain@omicron-20090309204751-r4i4fmjcpqp57tgw
merge from drizzle-replace-list for some previous work i done

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/function/math/tan.h>
23
 
#include CMATH_H
24
 
 
25
 
#if defined(CMATH_NAMESPACE)
26
 
using namespace CMATH_NAMESPACE;
27
 
#endif
28
22
 
29
23
double Item_func_tan::val_real()
30
24
{