Numbers and Computers - Kneusel, Ronald T.; - Prospero Internet Bookshop

Numbers and Computers
 
Product details:

ISBN13:9783031674815
ISBN10:3031674812
Binding:Hardback
No. of pages:404 pages
Size:235x155 mm
Language:English
Illustrations: 86 Illustrations, black & white; 9 Illustrations, color
700
Category:

Numbers and Computers

 
Edition number: Third Edition 2025
Publisher: Springer
Date of Publication:
Number of Volumes: 1 pieces, Book
 
Normal price:

Publisher's listprice:
EUR 69.54
Estimated price in HUF:
30 229 HUF (28 789 HUF + 5% VAT)
Why estimated?
 
Your price:

24 183 (23 031 HUF + 5% VAT )
discount is: 20% (approx 6 046 HUF off)
Discount is valid until: 31 December 2024
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Not yet published.
 
  Piece(s)

 
Short description:

Computers are, fundamentally, number manipulators.  Therefore, developers, engineers, and scientists must understand how computers represent and operate on numbers. 



The revised and updated third edition of this unique textbook/reference details the variety of number formats used by computers, thereby helping to ground readers in what can and cannot be represented accurately, especially by floating-point numbers.



The book's first part details standard representations of integers and floating-point numbers.  The second explores other number representations, including the wide variety recently developed to support artificial intelligence (AI) and its demand for efficiency in representation to accommodate the ever-expanding scope of neural network models.  Chapters describe each format, with examples in code (Python and C) and exercises.  This new edition includes three new chapters on posits, AI number formats, and a collaborative experiment with an AI to generate novel number formats.



Topics and features:




  • Explores how computers use numbers to complete operations

  • Adds new chapters on posits and AI number formats

  • Includes exercises and examples that are code snippets in C or Python

  • Implements and tests new AI-designed number formats (as designed by GPT-4)

  • Provides thorough grounding on what can and cannot be represented accurately



A textbook eminently suitable for undergraduates in computer science, the work also will appeal to software developers, engineers, scientists, AI experts, and anyone who programs for fun.



Dr. Ronald T. Kneusel, a senior data scientist with L3Harris (Melbourne, FL, USA), is also the author of the Springer book, Random Numbers and Computers.

Long description:

This textbook details the variety of number formats used by computers, thereby helping to ground readers in what can and cannot be represented accurately, especially by floating-point numbers.



The book's first part details standard representations of integers and floating-point numbers.  The second explores other number representations, including the wide variety recently developed to support artificial intelligence (AI) and its demand for efficiency in representation to accommodate the ever-expanding scope of neural network models.  Chapters describe each format, with examples in code (Python and C) and exercises.  This new edition includes three new chapters on posits, AI number formats, and a collaborative experiment with an AI to generate novel number formats.



Topics and features:




  • Explores how computers use numbers to complete operations

  • Adds new chapters on posits and AI number formats

  • Includes exercises and examples that are code snippets in C or Python

  • Implements and tests new AI-designed number formats (as designed by GPT-4)

  • Provides thorough grounding on what can and cannot be represented accurately



A textbook eminently suitable for undergraduates in computer science, the work also will appeal to software developers, engineers, scientists, AI experts, and anyone who programs for fun.

Table of Contents:

1. Number Systems.- 2. Integers.- 3. Floating Point.- 4. Pitfalls of Floating-Point Numbers (and How to Avoid Them).- 5. Big Integers and Rational Arithmetic.- 6. Fixed-Point Numbers.- 7. Decimal Floating Point.- 8. Interval Arithmetic.- 9. Arbitrary Precision Floating-Point.- 10. Other Number Systems.