[x3d-public] Thoughts for x3d.py str() calls
John Carlson
yottzumm at gmail.com
Mon Oct 16 08:55:43 PDT 2023
Instead of calling str() to print out a value, call a function that does
precision floating point formatting on floats according to a user’s
wishes. If the value is a list, call the function recursively with a list
comprehension, otherwise, call str.
I think this is doable by mere humans.
Thanks,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20231016/1cba34bc/attachment.html>
More information about the x3d-public
mailing list