
CURRENCY_INFLATION(1)                       CURRENCY_INFLATION(1)

NNAAMMEE
       _c_u_r_r_e_n_c_y___i_n_f_l_a_t_i_o_n_(_) - returns the rate of annual
       inflation

SSYYNNOOPPSSIISS
       float currency_inflation(string type)

DDEESSCCRRIIPPTTIIOONN
       Given any currency as an argument, this function returns
       the rate at which that currency inflates or deflates each
       MUD year.

EEXXAAMMPPLLEESS
       +o   _c_u_r_r_e_n_c_y___i_n_f_l_a_t_i_o_n("gold") might return 0.03, meaning
           it's buying power will decrease by 3% over the next
           MUD year.  In other words, an object which cost 100
           gold today will cost 103 gold this time next year.

LLOOCCAATTIIOONN
       /secure/SimulEfun/economy.c

SSEEEE AALLSSOO
       _c_u_r_r_e_n_c_y___m_a_s_s_(_), _c_u_r_r_e_n_c_y___r_a_t_e_(_), _c_u_r_r_e_n_c_y___v_a_l_u_e_(_),
       _m_u_d___c_u_r_r_e_n_c_i_e_s_(_)

AAuutthhoorr
       Descartes of Borg

                                                                1

