1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Add video for floating point math

This commit is contained in:
Kamran Ahmed
2021-10-10 16:01:42 +02:00
parent 2a2b04adad
commit 9ca36b1e1b
2 changed files with 12 additions and 0 deletions

View File

@@ -1,4 +1,15 @@
[ [
{
"id": "floating-point-arithmetic",
"title": "Floating Point Arithmetic: Why won't the numbers add up?",
"description": "Learn how ow the arithmetic operations work on floating-point numbers and why the results might be different from what you may expect.",
"isPro": false,
"youtubeLink": "https://www.youtube.com/watch?v=RIiq4tTt6rI",
"authorUsername": "kamranahmedse",
"duration": "4 minutes",
"updatedAt": "2021-10-10T19:59:14.191Z",
"createdAt": "2021-10-10T19:59:14.191Z"
},
{ {
"id": "what-is-cap-theorem", "id": "what-is-cap-theorem",
"title": "What is CAP Theorem?", "title": "What is CAP Theorem?",

View File

@@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/RIiq4tTt6rI" title="Floating Point Arithmetic" />