Hi:
I miss a cl_float(long double x, cl_F ) definition to make the code below to
compile. The code compiles when A is defined as double.
-----------------------------------------------------------------------------
#include <iostream>
#include <cln/float.h>
#include <cln/float_io.h>
using namespace cln;
using namespace std;
int main(int argc, char **argv)
{
long double A;
A=1;
cl_F a;
float_format_t precision;
precision=float_format(100);
a=cl_float(A,precision);
cerr << a << endl;
}
---------------------------------------------------------------------------------------
--
***************************************************************************
* Dr. Isidro Cachadiña Gutiérrez *
* Departamento de Física *
* Facultad de Ciencias *
* Universidad de Extremadura *
* 06071 Badajoz ( SPAIN ) *
* email: icacha(a)unex.es *
* Teléfono: +34 924 289 300 Ext. 6826 Fax: +34 924 289 651 *
***************************************************************************
* Usuario Linux: 8569 *
* Para clave pública GnuPG: http://onsager.unex.es/firma.pub.asc *
***************************************************************************