FastPolyEval  1.0
Fast Evaluation of Real and Complex Polynomials
Data Fields
powsr_struct Struct Reference

The powers of the real number x using multi-precision floating point numbers. More...

Data Fields

prec_t prec
 the precision of the powers of x, in bits
 
bool inited
 the status of the value x
 
mpfr_t x
 the real number
 
mpfr_t res
 a buffer
 

Detailed Description

The powers of the real number x using multi-precision floating point numbers.

Definition at line 37 of file powsr.h.