What Is Round?


Book Description

Many things in the natural world are round - the moon, the sun, a nest, a bubble. And so are many delicious things to eat - a ball of ice-cream, a doughnut, a pie. And so too are more decorative objects such as a crown, a clock or a bauble on a Christmas tree. Through gentle verse this charming book, first published in the 1950s, explores a surprising range of items and sounds that come in round shapes. Striking and vibrant illustrations by Vladimir Bobri add humour and warmth to this joyful geometrical exploration for young children.




Round Is a Tortilla


Book Description

In this lively picture book, children discover a world of shapes all around them: rectangles are ice-cream carts and stone metates, triangles are slices of watermelon and quesadillas. Many of the featured objects are Latino in origin, and all are universal in appeal. With rich, boisterous illustrations, a fun-to-read rhyming text, and an informative glossary, this playful concept book will reinforce the shapes found in every child's day! Plus, this is the fixed format version, which will look almost identical to the print version. Additionally for devices that support audio, this ebook includes a read-along setting.




Round


Book Description

If you look closely, you will find that the world is bursting, swelling, budding, and ripening with round things awaiting discovery—like eggs about to hatch, sunflowers stretching toward the sun, or planets slowly spinning together for billions of years. Whimsical and imaginative, this poetic ode to all that is round and full of wonder by the Newbery Honor–winning author and poet Joyce Sidman, with illustrations by the two-time New York Best Illustrated Book award recipient Taeeun Yoo, inspires curiosity and wonder for this (round) little earth we call home.




What is Round?


Book Description

We all know that the sun is round. What else is round like the sun? Can you see something round right now?




Which Is Round? Which Is Bigger?


Book Description

A concept book prompts young children to compare pairs of objects and choose which has a particular attribute, a challenge that seems obvious until the pages are turned to reveal unexpected twists.




What Is Round?


Book Description

In this book, learn the difference between a circle and a sphere, as well as attributes of other shapes and solids.




What is Round? (Readaloud)


Book Description

We all know that the sun is round. What else is round like the sun? Can you see something round right now?




What Is Round?


Book Description

Through a rhyming game and brilliant photographs, children learn what squares, circles and triangles are.




How Round Is Your Circle?


Book Description

How do you draw a straight line? How do you determine if a circle is really round? These may sound like simple or even trivial mathematical problems, but to an engineer the answers can mean the difference between success and failure. How Round Is Your Circle? invites readers to explore many of the same fundamental questions that working engineers deal with every day--it's challenging, hands-on, and fun. John Bryant and Chris Sangwin illustrate how physical models are created from abstract mathematical ones. Using elementary geometry and trigonometry, they guide readers through paper-and-pencil reconstructions of mathematical problems and show them how to construct actual physical models themselves--directions included. It's an effective and entertaining way to explain how applied mathematics and engineering work together to solve problems, everything from keeping a piston aligned in its cylinder to ensuring that automotive driveshafts rotate smoothly. Intriguingly, checking the roundness of a manufactured object is trickier than one might think. When does the width of a saw blade affect an engineer's calculations--or, for that matter, the width of a physical line? When does a measurement need to be exact and when will an approximation suffice? Bryant and Sangwin tackle questions like these and enliven their discussions with many fascinating highlights from engineering history. Generously illustrated, How Round Is Your Circle? reveals some of the hidden complexities in everyday things.




C in a Nutshell


Book Description

The new edition of this classic O’Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard (C11). If you want to understand the effects of an unfamiliar function, and how the standard library requires it to behave, you’ll find it here, along with a typical example. Ideal for experienced C and C++ programmers, this book also includes popular tools in the GNU software collection. You’ll learn how to build C programs with GNU Make, compile executable programs from C source code, and test and debug your programs with the GNU debugger. In three sections, this authoritative book covers: C language concepts and language elements, with separate chapters on types, statements, pointers, memory management, I/O, and more The C standard library, including an overview of standard headers and a detailed function reference Basic C programming tools in the GNU software collection, with instructions on how use them with the Eclipse IDE