Skip to content
  • Home

OlafGC / Class #TC1017

#WSQ10

#WSQ10

Hi guys! It’s me again with a video of how to get the square root of a number using the old Babylonian method. The code and the link to the video are bellow: #include <iostream> #include <cmath> using namespace std; float babylonian_square(float x) { float ans, a=0; ans=x/2; do { cout<<ans<<endl; a=ans; ans=(ans+x/ans)/2; } while(abs […]Read Post ›

Tags

#CourseReview #HelloWorld #Quiz03 #Quiz04 #Quiz08 #TC1017 #WSQ01 #WSQ02 #WSQ03 #WSQ04 #WSQ06 #WSQ07 #WSQ09 #WSQ10 #WSQ12 #WSQ13 FinalProject WSQ05
Follow OlafGC / Class #TC1017 on WordPress.com

Here’s pretty much everything:

  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017

Are you looking for something?

OlafGC on Twitter

My Tweets
Powered by WordPress.com.