Computer Science, asked by agraharisarita108, 1 month ago

fill in the blanks .. the value is returned by the sqrt function ________​

Answers

Answered by ay867324
0

Answer:

In C++, for example, there are several functions with the name sqrt, and their return types are

float

double

long double

complex<float>

complex<double>

complex<long double>

and a type convertible to valarray<T>

Similar questions