How do you use scientific notation in Flexsim? I've tried using 6.8e17, 6.8e+17, and 6.8x10^17, but none worked. I need to do a duniform distribution that goes from 1 to 6.8e17.
How do you use scientific notation in Flexsim? I've tried using 6.8e17, 6.8e+17, and 6.8x10^17, but none worked. I need to do a duniform distribution that goes from 1 to 6.8e17.
FlexSim does not parse any scientific notation characters, so if you want to do something like 6.8e17, then you would need to use the pow() command where the first parameter is 10 and the second parameter is the exponent. Then, multiply that number with the significand. So it would look something like this:
6.8 * pow(10, 17)
FlexSim 2017 Update 1 (just released in beta [2017-03-08]) adds the following feature:
Scientific notation was actually added in 17.0 but requires a decimal point:
3.4e3 //3400
In 17.1 it was improved so that the decimal point isn't necessary:
3e3 //3000
4 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved