Closed femtotrader closed 10 years ago
I put both because add
is a function very easy to understand. fib
is probably more difficult to understand. add
shouldn't have timeout issue (with timeout between 1s to 30s). fib
can have timeout issue with "big" numbers.
Merged.
@femtotrader, I thought you want to substitute
add
function withFibonacci
, why do we need both for example?