asked 92.4k views
0 votes
Match List

Match the function to its purpose.
square root
an approximation of 7
greatest common divisor of two integers
:: sqrt()
#pi
::gcd(0)

1 Answer

4 votes

square root:: sqrt()

an approximation of 7#pi

greatest common divisor of two integers::gcd(0)

answered
User Oneill
by
7.3k points