Math.sqrt()

Term side of the Card
Topic: Math
Unit title: Math.sqrt()
Categories: Method
Explanation side of the Card

Explanation: The static method that returns the square root of a given number. For example, `Math.sqrt(9)` returns 3, as 3 squared is 9.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: