adv-r icon indicating copy to clipboard operation
adv-r copied to clipboard

Chapter 11 - map_int() vs map_dbl()

Open jimrothstein opened this issue 5 years ago • 0 comments

Chapter 11.1 Introduction

nitpicking: Text uses map_int but code uses map_dbl

Last sentence of first paragraph:

NOW: "You might create a function like this because it gives you a window to see how functionals, like map_int(), work."

HOWEVER: CODE: uses map_dbl() [because map_int() does not work in this example ]

SUGGEST: replace text with map_dbl

jimrothstein avatar Jun 07 '20 22:06 jimrothstein