csharp Math.Sqrt

Code Example - csharp Math.Sqrt

                
                        double x = 81; 
  
Console.Write(Math.Sqrt(x)); 
 
// Prints: 9