How do I display a clculation in st
How do I display a clculation in st
(OP)
How do I display a calculation in standard ( non-scientific ) format?
For example,
123456789123456789 * 100, I want displayed as 12345678912345678900
For example,
123456789123456789 * 100, I want displayed as 12345678912345678900
RE: How do I display a clculation in st
If you are unexperienced in programming and want to use big numbers, you can rather try another programming language which has build in support for it, for example python.
You can try online that your example would work in python without any problem
https://www.tutorialspoint.com/execute_python_onli...