Alan W. Irwin wrote:

>
>Question for the Tcl experts here. Are those differing examples due to the
>string ==> float rounding issues with Tcl or are there deeper concerns?
>  
>
Hello Alan,

that would be my first guess, though to make sure I should dive into it. 
On the
Tcl side the conversion is controlled by a special variable 
tcl_precision and that
can be set so that there is no loss of accuracy, but the C code that 
actually
implements the values returned to the Tcl program simply uses sprintf(), 
IIRC.

I will see what I can find out about this - and have a look at example 19.

Regards,

Arjen


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to