1 #include <cln/number.h>
4 #include <cln/float_io.h>
5 #include <cln/lfloat.h>
6 #include "float/lfloat/cl_LF.h"
8 #include <cln/random.h>
11 #include <cln/timing.h>
14 int main (int argc, char * argv[])
17 if ((argc >= 3) && !strcmp(argv[1],"-r")) {
18 repetitions = atoi(argv[2]);
23 extern int cl_atan_algo;
24 uintL len = atoi(argv[1]);
26 cl_LF one = cl_I_to_LF(1,len);
27 cl_F x = scale_float(random_F(one),-1);
30 cl_F x = sqrt(cl_I_to_LF(2,len))-1;
36 for (int rep = repetitions; rep > 0; rep--)
43 for (int rep = repetitions; rep > 0; rep--)