Why writing and calling function can significantly speed up the execution time? And what are the rule-of-thumb to write JSL for the most efficient time/space complexity?
Hi everyone, One of my tasks is the do the reliability analysis, in which I do using Fit Life by X. In doing so, I have two JSL scripts that output exactly the same results but have different coding approaches. The first approach simply has several pieces of code cascading together. The pseudo code looks something like the following:// Plot Fit Life by X #1
Fit Life by X(...);
// Plot Fit Life by X ...