17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
26
// A class to handle logarithmic and trigonometric functions
28
30
class Item_dec_func :public Item_real_func
31
34
Item_dec_func(Item *a) :Item_real_func(a) {}
32
35
Item_dec_func(Item *a,Item *b) :Item_real_func(a,b) {}
33
36
void fix_length_and_dec()