Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘Babylonian Method’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Tue, 24 Nov 2015 06:17:05 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Babylonian Method for Square root https://kenscourses.com/tc101fall2015/2015/babylonian-method-for-square-root/ Tue, 24 Nov 2015 06:17:05 +0000 http://myfreakingcrazythoughts.wordpress.com/?p=216 Continue Reading →]]> Hello there, welcome again!

In this WSQ #13 we had to write a program which do the following:

“The function should receive a number and return floating point number. Obviously you should test your function, so create a main program that asks the user a value, calculates the square root and displays that.”

So I had to do some research and a really cool video in Youtube help me a lot! From the tutorial I just had to change double to float and put a “Cin” so the user could type in the number that he wants.

This is the tutorial that helped me out!

And as always, Clic on Batman to see my code!

Here is a screenshot of the program running:

Babylonian execution

Stay true!

-The Admin.

 

]]>
https://creativecommons.org/licenses/by/4.0/
Jason VoorheesThe calculation of square roots with the… https://kenscourses.com/tc101fall2015/2015/jason-voorheesthe-calculation-of-square-roots-with-the/ Sun, 22 Nov 2015 03:03:25 +0000 http://opezaimd.tumblr.com/post/133697229205 Disneyworld, Orlando

Jason Voorhees

The calculation of square roots with the Babylonian Method is quite interesting and demonstrates the awesomness of math. You can check out how this method works here. 

For this WSQ, I used this webpage as a guide.

And you can check out my code here.

]]>
Disneyworld, Orlando

Jason Voorhees

The calculation of square roots with the Babylonian Method is quite interesting and demonstrates the awesomness of math. You can check out how this method works here. 

For this WSQ, I used this webpage as a guide.

And you can check out my code here.

]]>
https://creativecommons.org/licenses/by/4.0/