From 8899b0d196bf51d032927468606507a6d29d25ee Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 10 Oct 2021 16:01:42 +0200 Subject: [PATCH] Add video for floating point math --- content/videos.json | 11 +++++++++++ content/videos/floating-point-arithmetic.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/floating-point-arithmetic.md diff --git a/content/videos.json b/content/videos.json index 5f8291f42..f07291081 100644 --- a/content/videos.json +++ b/content/videos.json @@ -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?", diff --git a/content/videos/floating-point-arithmetic.md b/content/videos/floating-point-arithmetic.md new file mode 100644 index 000000000..231705ea1 --- /dev/null +++ b/content/videos/floating-point-arithmetic.md @@ -0,0 +1 @@ +