/ TODO
TODO
 1  TODO List
 2  
 3  The gmpy2 2.1.0 release should be stable for mathematical functions available 
 4  to the end-user. The minimum function set should be based on MPFR 3.2 and
 5  MPF 1.03 but additional functions from MPFR 4.1 and MPC 1.10 should also
 6  be available.
 7  
 8  Functions to add/verify
 9  =======================
10  
11  MPFR related functions
12  ----------------------
13  
14  * Add mpfr_erandom and  mpfr_nrandom functions.
15  
16  * Add  mpfr_fmodquo function.
17  
18  * Add mpfr_gamma_inc functon.
19  
20  * Add mpfr_rint_roundeven and mpfr_roudneven functions.
21  
22  * Check behavior of mpfr_get_str for NaN input and the setting of the inexact
23    flag.
24  
25  * Check behavior of mpfr_set_exp. 
26  
27  MPC related functions
28  ---------------------
29  
30  * Add mpc_cmp and mpc_cmp_abs functions.
31  
32  * Add mpc_rootofunity function.
33  
34  Improve Test Suite and Documentation
35  ====================================
36  
37  More testing needs to be done.
38  
39  Internal Cleanup
40  ================
41  
42  The following internal changes should be done but will occur after the 2.1.0
43  release.
44  
45  * Support the modern Python 3.2+ Unicode functions.
46  
47  * Support new thread local storage functions.
48  
49  * Support proper module initialization (??).
50  
51  
52  
53  
54