Post Reply 
One-Line Exact CAS Fibonacci?
09-02-2018, 03:27 AM
Post: #7
RE: One-Line Exact CAS Fibonacci?
Wow, these are all cool! I didn't even know that a+(a:=Ans) was a valid statement! Yowza!

My fugly solution that uses two variables:

Setup:
a:=1
b:=1


Command line:
bloc((b:=a),(a:=b+Ans),a)

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
One-Line Exact CAS Fibonacci? - Joe Horn - 09-01-2018, 06:40 PM
RE: One-Line Exact CAS Fibonacci? - Joe Horn - 09-02-2018 03:27 AM



User(s) browsing this thread: 1 Guest(s)