Handling floating point challenges with rust | Prabhat | Conf42 Rustlang 2023
Read the abstract ➤ https://www.conf42.com/Rustlang_2023_Prabhat_handling_floating_point_challenges Other sessions at this event ➤ https://www.conf42.com/rustlang2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 intro 0:18 preamble 0:52 about me 2:07 content 3:01 introduction 7:54 precision 10:17 how floating point numerical works 11:25 intro to floating point numbers 13:05 limited precision 16:19 rounding errors 20:13 loss of significance 24:12 associativity and order of operations 27:10 comparisons and equality testing 30:40 nan and infinity handling 32:14 compiler optimizations 35:31 accumulative errors 37:07 strategies for overcoming limitations (part 1) 38:32 ...(part2)