~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <math.h>
22
22
#include <drizzled/function/math/real.h>
23
23
 
 
24
namespace drizzled
 
25
{
 
26
 
24
27
 
25
28
String *Item_real_func::val_str(String *str)
26
29
{
55
58
  max_length= float_length(decimals);
56
59
}
57
60
 
 
61
} /* namespace drizzled */