'sqrt()' Syntax, Parameters and Note : sqrt « Javascript Methods « JavaScript Reference

'sqrt()' Syntax, Parameters and Note

Note:

Square root of the specified number.
    
Syntax:
    
Math.sqrt(param1)

Parameters:
    param1   Required; the number to convert.

    

      
      








Related examples in the same category

1.'sqrt()' Example
2.'sqrt()' is applied to