39
type::Decimal *Item_real_func::val_decimal(type::Decimal *decimal_value)
39
my_decimal *Item_real_func::val_decimal(my_decimal *decimal_value)
42
42
double nr= val_real();
45
double2_class_decimal(E_DEC_FATAL_ERROR, nr, decimal_value);
45
double2my_decimal(E_DEC_FATAL_ERROR, nr, decimal_value);
46
46
return decimal_value;