Names:

doubledouble, DD represents a number as the sum of two IEEE doubles.

Library names:

sollya_obj_t sollya_lib_double_double(sollya_obj_t) sollya_obj_t sollya_lib_double_double_obj() int sollya_lib_is_double_double_obj(sollya_obj_t) sollya_obj_t sollya_lib_build_function_double_double(sollya_obj_t) #define SOLLYA_DD(x) sollya_lib_build_function_double_double(x)

Description:

Example 1:

   > verbosity=1!;
   > a = 1+ 2^(-100);
   > DD(a);
   1.0000000000000000000000000000007888609052210118054
   > prec=50!;
   > DD(a);
   1.0000000000000000000000000000008
See also: halfprecision, single, double, doubleextended, quad, tripledouble, roundcoefficients, implementpoly, round
Go back to the list of commands