GnuCOBOL  2.0
A free COBOL compiler
cob_decimal Struct Reference

#include <common.h>

Data Fields

mpz_t value
 
int scale
 

Detailed Description

Definition at line 984 of file common.h.

Field Documentation

mpz_t cob_decimal::value

Definition at line 985 of file common.h.

Referenced by add_decimal_digits(), calc_mean_of_args(), calc_variance_of_args(), cob_add_int(), cob_alloc_field(), cob_cmp_int(), cob_cmp_llint(), cob_cmp_uint(), cob_decimal_add(), cob_decimal_cmp(), cob_decimal_div(), cob_decimal_do_round(), cob_decimal_get_binary(), cob_decimal_get_display(), cob_decimal_get_double(), cob_decimal_get_field(), cob_decimal_get_ieee128dec(), cob_decimal_get_ieee64dec(), cob_decimal_get_mpf(), cob_decimal_get_packed(), cob_decimal_init(), cob_decimal_move_temp(), cob_decimal_mul(), cob_decimal_pop(), cob_decimal_pow(), cob_decimal_print(), cob_decimal_set(), cob_decimal_set_binary(), cob_decimal_set_display(), cob_decimal_set_double(), cob_decimal_set_ieee128dec(), cob_decimal_set_ieee64dec(), cob_decimal_set_llint(), cob_decimal_set_mpf(), cob_decimal_set_packed(), cob_decimal_sub(), cob_exit_intrinsic(), cob_exit_numeric(), cob_init_intrinsic(), cob_intr_abs(), cob_intr_acos(), cob_intr_annuity(), cob_intr_asin(), cob_intr_atan(), cob_intr_binop(), cob_intr_combined_datetime(), cob_intr_exp(), cob_intr_exp10(), cob_intr_factorial(), cob_intr_fraction_part(), cob_intr_highest_algebraic(), cob_intr_integer(), cob_intr_integer_part(), cob_intr_log(), cob_intr_log10(), cob_intr_lowest_algebraic(), cob_intr_mean(), cob_intr_median(), cob_intr_midrange(), cob_intr_numval_f(), cob_intr_present_value(), cob_intr_sign(), cob_intr_sqrt(), cob_intr_standard_deviation(), cob_intr_sum(), cob_mod_or_rem(), cob_trim_decimal(), format_current_date(), get_fractional_seconds(), numval(), seconds_from_formatted_time(), shift_decimal(), and valid_decimal_time().


The documentation for this struct was generated from the following file: