Square root by trial and error and averaging
    
    
    v1.02 This version shows the iterations for each loop.
    
    Enter the number you want the square root of:
    
    
    
    Enter the accuracy in number of decimal places:
    
    
    
    
    The square root is:
    
 
    If there are extra decimal places, it's because floating point decimals are NOT exact! 
    
    
    The iterations of this calculation are: