mpfr_vec.h – vectors of MPFR floating-point numbers¶
Note
This module is deprecated, and will probably removed completely in the future.
Memory management¶
-
mpfr_ptr _mpfr_vec_init(slong len, flint_bitcnt_t prec)¶
Returns a vector of the given length of initialised
mpfr
’s with the given exact precision.