Larger stack size
|
12-29-2020, 06:26 PM
Post: #24
|
|||
|
|||
RE: Larger stack size
(12-29-2020 05:56 PM)Allen Wrote:(12-29-2020 04:59 PM)Valentin Albillo Wrote: Wrong. Yout code above does not compute correctly that tower of exponentials. I think there's some disagreement over the associativity of exponentiation. The 65 Notes article suggests it's right associative - i.e. 2^1.8^1.6^1.4^1.2 = 2^(1.8^(1.6^(1.4^1.2))) - which the 35's x^y is particularly well suited to handle. That is, of course, most definitely not equal to 2^(1.8*1.6*1.4*1.2). If we assume the exponents are left-associative, then you are correct. It seems like TI treats it as left-associative (28.6) according to my 58C, 85, and 84 Plus, and Casio changed from left-associative to right-associative (9.72) at some point: my fx-7000G is left-associative, and the fx-5800P and fx-991EX both display the operator as ^( in line I/O mode, clearly showing the right associativity. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)