Chapter 11 Manipulating Numbers

11.1 Introduction

Just like every high-level programming language, C++ provides many ready-to-use subprograms (called functions) that you can use whenever and wherever you wish.

A “subprogram” is simply a group of statements packaged as a single unit. Each subprogram has a descriptive name and performs a specific task.

To better understand C++'s functions, let's take Heron's[11] iterative formula that calculates the square root of a positive number.

Image

where

y is the number for which you want to find the square root ...

Get C++ and Algorithmic Thinking for the Complete Beginner now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.