Writing a Crate for Kahan Summation in Rust - Meetup Talk

Writing a Crate for Kahan Summation in Rust - Meetup Talk

Rust via YouTube Direct link

Low-hanging fruit

9 of 14

9 of 14

Low-hanging fruit

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Writing a Crate for Kahan Summation in Rust - Meetup Talk

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Floating point numbers are like scientific notation
  3. 3 The precision depends on the type of float
  4. 4 Kahan summation example
  5. 5 Starting Simple
  6. 6 Feature Checklist
  7. 7 Missing Features
  8. 8 Customizing operators
  9. 9 Low-hanging fruit
  10. 10 Implementing Methods for a Trait
  11. 11 Replacing std::iter::Sum
  12. 12 Generic over floats
  13. 13 Abstracting over Borrowing
  14. 14 Finishing Touches

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.