Which PHP function is used to get the square root of the given number?

69. Which PHP function is used to get the square root of the given number?

  1. sqrt()
  2. squareroot()
  3. find_sqrt()
  4. php_sqrt()

Answer: A) sqrt()

Explanation:

The PHP function abs() is used to get the square root of the given number.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.