Skip to content

Commit c5e8be9

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
add description metadata
1 parent 9d2bc9d commit c5e8be9

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/c-runtime-library/complex-math-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "C complex math support"
3+
description: "Describes C-language complex math support in the Microsoft C runtime library (CRT)"
34
ms.date: "05/14/2019"
45
f1_keywords: ["c.complex"]
56
helpviewer_keywords: ["complex numbers, math routines", "math routines", "complex numbers"]

docs/c-runtime-library/floating-point-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Math and floating-point support"
3+
description: "Describes floating-point support in the Microsoft Universal C Runtime library (UCRT)"
34
ms.date: "9/14/2020"
45
f1_keywords: ["c.math"]
56
helpviewer_keywords: ["floating-point numbers, math routines", "math routines", "floating-point numbers"]

docs/c-runtime-library/recommendations-for-choosing-between-functions-and-macros.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Recommendations for Choosing Between Functions and Macros"
3+
description: "Explains the differences between using macros vs functions in the Microsoft C runtime library (CRT)"
34
ms.date: "11/04/2016"
45
f1_keywords: ["c.functions"]
56
helpviewer_keywords: ["functions [CRT], vs. macros", "macros, vs. functions"]

0 commit comments

Comments
 (0)