Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  get more than 7 digits of double precision ?
 
 In Tcl 6.x, modify the tclExpr.c module to use %lf instead of %g.  In
Tcl 7.x, set the global variable tcl_precision instead.