Home
last modified time | relevance | path

Searched defs:I2bigfloat (Results 1 – 1 of 1) sorted by relevance

/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dinterface.h265 inline RR I2bigfloat(const bigint& x) { return to_RR(x);} in I2bigfloat() function
309 inline bigfloat I2bigfloat(const bigint& x) {return I2double(x);} in I2bigfloat() function