Because the Fibonacci sequence is simply defined by recursion, it makes for an elegant programming exercise. Here is one way to do it in SAS, and another way to do it in R. I've also included unit testing code to check that it works.
Showing posts with label math. Show all posts
Showing posts with label math. Show all posts
Friday, December 5, 2014
Subscribe to:
Posts (Atom)
Benchmarking the TP-Link TL-WPA7510 Powerline kit
Real-World Powerline Networking Benchmarks A practical look at HomePlug AV2 performance across outlets, with iperf3 & ping TL;DR: Po...
-
This one-line command will invoke Windows PowerShell to write a directory listing to a CSV file, which is easy to use in spreadsheets and da...
-
I bought two Samsung Galaxy A13 5G phones from Google Fi for $100 each on promo, but by default, they connected in NR NSA (non-standalone) m...
-
Any automated program should check for errors and unexpected conditions, such as inability to access a resource and presence of invalid valu...