In COBOL, which intrinsic function is employed to calculate the square root of a numeric value?

  • ABS
  • COS
  • LOG
  • SQRT
The SQRT (Square Root) intrinsic function in COBOL is used to calculate the square root of a numeric value. It returns a result that, when squared, equals the original numeric value.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *