C++ Programming: From Problem Analysis to Program Design
C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN: 9781337102087
Author: D. S. Malik
Publisher: Cengage Learning
bartleby

Videos

Textbook Question
Book Icon
Chapter 6, Problem 3SA

Determine the value of each of the following expressions. (For decimal numbers, round your answer to two decimal places.) (1)

  1. abs(-18)

  2. fabs(20.5)

  3. fabs(-87.2)

  4. pow(4, 2.0)

  5. pow(8.4, 3.5)

  6. sqrt(7.84)

  7. sqrt (196.0)

  8. sqrt (38.44)* pow(2.4, 2) / fabs(-3.2)

  9. floor(27.37)

  10. ceil(19.2)

  11. floor(12.45) + ceil(6.7)

  12. floor (-8.9) + ceil (3.45)

  13. floor(9.6) / ceil(3.7)

  14. pow(-4.0, 6.0)

  15. pow(10, -2.0)

  16. pow(9.2, 1.0 / 2)

Blurred answer
Students have asked these similar questions
Evaluate the following expressions. (3,4)
79. To find the decimal value of 1111, that is 15, we can use the function: a. int(1111,10) b. int(‘1111’,10) c. int(1111,2) d. int(‘1111’,2)
A complex number is a number in the form a+bi, where a and b are real numbers and i is √(-1)   The numbers a and b are known as the real part and imaginary part of the complex number, respectively. You can perform addition, subtraction, multiplication, and division for complex numbers using the following formulas:   a + bi   +   c + di  =  (a+c) + (b+d)i    (addition) a + bi   −  (c + di) = (a−c) + (b−d)i   (subtraction) (a + bi) * (c + di) = (ac−bd) + (bc+ad)i   (multiplication) (a + bi) / (c + di)  = (ac+bd) / (c2+d2) + (bc−ad)i / (c2+d2)   (division)   You can obtain the Absolute Value for a complex number using the following formula: |a + bi|  =  √(a2 + b2)   A Complex number can be interpreted as a point on a plane by identifying the (a,b) values as the coordinates of the point. The absolute value of the complex number corresponds to the distance of the point to the origin, as shown in the example below.   (1) Design a class named Complex for representing complex numbers Include…
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
What Are Data Types?; Author: Jabrils;https://www.youtube.com/watch?v=A37-3lflh8I;License: Standard YouTube License, CC-BY
Data Types; Author: CS50;https://www.youtube.com/watch?v=Fc9htmvVZ9U;License: Standard Youtube License