2.15 Lab Using Math Functions

Question: sqrt(36.0) evaluates to _____ .

Answer: 6.0

Question: What is y?

y = sqrt(81.0);

Answer: 9.0

Question: What is y?

y = pow(2.0, 8.0);

Answer: 256.0

Question: Is this a valid function call? Yes or No

y = sqrt(2.0, 8.0);

Answer: No

Question: Is this a valid function call? Yes or No

y = pow(8.0);

Answer: No

Donation Page

Support Our Work

Do you appreciate the value this website provides? If so, please consider donating to help keep it running. Your donation will go a long way in helping us continue to provide the same quality of content and services. Every bit helps, and your support is greatly appreciated. Thank you for your generosity.