You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/cross-platform/integer-vs-floats/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: Integer and floating-point conversions
3
3
4
+
draft: true
5
+
4
6
minutes_to_complete: 30
5
7
6
8
who_is_this_for: This is an advanced topic for C/C++ developers who are interested in learning the intricacies of conversions between floating-point numbers and integers.
Copy file name to clipboardExpand all lines: content/learning-paths/cross-platform/integer-vs-floats/integer-float-conversions.md
+2-47Lines changed: 2 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,9 @@ Below is an example taken from the [libvpx project](https://github.com/webmproje
20
20
21
21
It shows a function to generate an image using auto generated noise from a gaussian distribution function.
22
22
23
-
The code is shown for illustration only, do not try to build or run it. The relevant BSD license of the libvpx library is appended at the end of this page.
23
+
The code is shown for illustration only, do not try to build or run it.
24
24
25
25
```C
26
-
/*
27
-
* Copyright (c) 2015 The WebM project authors. All Rights Reserved.
28
-
*
29
-
* Use of this source code is governed by a BSD-style license
30
-
* that can be found in the LICENSE file in the root of the source
31
-
* tree. An additional intellectual property rights grant can be found
32
-
* in the file PATENTS. All contributing project authors may
33
-
* be found in the AUTHORS file in the root of the source tree.
0 commit comments