Computer Science, asked by bijisanthoshpayapill, 6 hours ago

What are the mathematical functions in C++? Explain.

Answers

Answered by utkarshsahu1804
7

Explanation:

No. Function Description

3) sqrt(number) returns the square root of given number.

4) pow(base, exponent) returns the power of given number.

5) abs(number) returns the absolute value of given number

Similar questions