This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problems with long double data type...


if you have:

  long double x;

use:

  printf("%Lg",x)

(or %Lf or %Le, as you prefer.) "man 3 printf" has the full details

-- 
Trevor Blackwell      tlb@anybots.com       (650) 776-7870


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]