ok, call me stupid, maybe i forgot my math:
but if a C++ program spits out this:
-bash-2.05b$ g++ markoff.cpp
-bash-2.05b$ ./a.out
x = 1 y = 1 z = 2
x = 1 y = 2 z = 5
x = 2 y = 5 z = 29
x = 5 y = 29 z = 433
x = 29 y = 433 z = 37666
x = 433 y = 37666 z = 4.89281e+07
what is the number? 4.89281e+07 ???
is it like scientific notation (4.89281 x 10^7) ??