Add video for floating point math

pull/1331/head
Kamran Ahmed 3 years ago
parent d4613330f4
commit 8899b0d196
  1. 11
      content/videos.json
  2. 1
      content/videos/floating-point-arithmetic.md

@ -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",
"title": "What is CAP Theorem?",

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