Eval y=f(x) Optimal Step (Not in Base Package)

Calculates the values of a more complex 1D function given by a formula. The values are calculated with higher accuracy than by the Eval y=f(x) VI.

number of points is the number of calculated points at the beginning of the execution. The default is 10. Usually, many more points will be added.
epsilon controls the construction of specific points between the start and end points that will be used in the calculation.
start is the start point of the interval under investigation. The default is 0.0.
end is the end point of the interval. The default is 1.0.
formula is a string describing the function under investigation. You can use any valid symbol as the variable name. Refer to Formula VI Variables for valid symbols.
X Values is the array of equidistant points between start and end.
Y Values is the array of function values from the corresponding points of X Values.
ticks is the time in milliseconds to analyze the formula and to produce the X and the Y array.
error returns any error or warning condition from the VI.