Skip to content

Old School Square Root Algorithm Based on the Formula For Square of Binomial (10a + b)^2 = (10a)^2 + 2(10a)b + b^2 This version handles decimal fractions with integer part 0 It also implements helper function, including zahl, which was originally named COUT_NumberTo_SRA_String since it takes a number (double) as input, converts it to long intege…

Gorticide/Old_School_Square_Root_Algorithm_Teacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Old School [digit by digit] Square Root Algorithm Teacher

About

Old School Square Root Algorithm Based on the Formula For Square of Binomial (10a + b)^2 = (10a)^2 + 2(10a)b + b^2 This version handles decimal fractions with integer part 0 It also implements helper function, including zahl, which was originally named COUT_NumberTo_SRA_String since it takes a number (double) as input, converts it to long intege…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages