# New Ticket Created by  Matt Diephouse 
# Please include the string:  [perl #40143]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40143 >


   % mini:~/Projects/parrot/languages/tcl mdiep$ tclsh
   % set tcl_precision
   12
   % expr 1/3.0
   0.333333333333
   % set tcl_precision 17
   17
   % expr 1/3.0
   0.33333333333333331
   %

--
Matt Diephouse

Reply via email to