Skip to content

Commit 1dbc6f1

Browse files
authored
Update metadata in over 50 topics
1 parent 498e33a commit 1dbc6f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-88
lines changed

docs/c-runtime-library/reference/acos-acosf-acosl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "acos, acosf, acosl"
33
description: "API reference for acos, acosf, and acosl; which calculate the arccosine of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["acosf", "acos", "acosl", "_o_acos", "_o_acosf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/acosh-acoshf-acoshl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "acosh, acoshf, acoshl"
33
description: "API reference for acosh, acoshf, and acoshl; which calculate the inverse hyperbolic cosine of a floating-point value."
4-
ms.date: "08/31/2020"
4+
ms.date: 08/31/2020
55
api_name: ["acoshf", "acosh", "acoshl", "_o_acosh", "_o_acoshf", "_o_acoshl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["acosh", "acoshf", "acoshl", "math/acosh", "math/acoshf", "math/acoshl"]
1010
helpviewer_keywords: ["acoshf function", "acosh function", "acoshl function"]
11-
ms.assetid: 6985c4d7-9e2a-44ce-9a9b-5a43015f15f7
1211
---
1312
# `acosh`, `acoshf`, `acoshl`
1413

docs/c-runtime-library/reference/asin-asinf-asinl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "asin, asinf, asinl"
33
description: "API reference for asin, asinf, and asinl; which calculate the arcsine of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["asinf", "asinl", "asin", "_o_asin", "_o_asinf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/asinh-asinhf-asinhl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "asinh, asinhf, asinhl"
33
description: "API reference for asinh, asinhf, and asinhl; which calculate the inverse hyperbolic sine of a floating-point value."
4-
ms.date: "08/31/2020"
4+
ms.date: 08/31/2020
55
api_name: ["asinh", "asinhf", "asinhl", "_o_asinh", "_o_asinhf", "_o_asinhl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["asinhf", "asinhl", "asinh"]
1010
helpviewer_keywords: ["asinh function", "asinhl function", "asinhf function"]
11-
ms.assetid: 4488babe-1a7e-44ca-8b7b-c2db0a70084f
1211
---
1312
# `asinh`, `asinhf`, `asinhl`
1413

docs/c-runtime-library/reference/atan-atanf-atanl-atan2-atan2f-atan2l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "atan, atanf, atanl, atan2, atan2f, atan2l"
33
description: "API reference for atan, atanf, atanl, atan2, atan2f, and atan2l; which calculate the arctangent of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["atan2f", "atan2l", "atan2", "atanf", "atan", "atanl", "_o_atan", "_o_atan2", "_o_atan2f", "_o_atanf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/carg-cargf-cargl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "carg, cargf, cargl"
33
description: "API reference for carg, cargf, and cargl; which retrieve the argument of a complex number, with a branch cut along the negative real axis."
4-
ms.date: "9/2/2020"
4+
ms.date: 9/2/2020
55
api_name: ["carg", "cargf", "cargl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["carg", "cargf", "cargl", "complex/carg", "complex/cargf", "complex/cargl"]
1010
helpviewer_keywords: ["carg function", "cargf function", "cargl function"]
11-
ms.assetid: 610d6a93-b929-46ab-a966-b77db0b804be
1211
---
1312
# `carg`, `cargf`, `cargl`
1413

docs/c-runtime-library/reference/cbrt-cbrtf-cbrtl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "cbrt, cbrtf, cbrtl"
33
description: "API reference for cbrt, cbrtf, and cbrtl; which calculate a cube root"
4-
ms.date: "9/1/2020"
4+
ms.date: 9/1/2020
55
api_name: ["cbrt", "cbrtf", "cbrtl", "_o_cbrt", "_o_cbrtf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["cbrtl", "cbrt", "cbrtf"]
1010
helpviewer_keywords: ["cbrtl function", "cbrtf function", "cbrt function"]
11-
ms.assetid: ab51d916-3db2-4beb-b46a-28b4062cd33f
1211
---
1312
# `cbrt`, `cbrtf`, `cbrtl`
1413

docs/c-runtime-library/reference/ceil-ceilf-ceill.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "ceil, ceilf, ceill"
33
description: "API ref for calculating the ceiling of a value with ceil()."
4-
ms.date: "9/1/2020"
4+
ms.date: 9/1/2020
55
api_name: ["ceilf", "ceil", "ceill", "_o_ceil", "_o_ceilf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "ntdll.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["ceil", "ceilf", "ceill"]
1010
helpviewer_keywords: ["calculating value ceilings", "ceill function", "ceil function", "ceilf function"]
11-
ms.assetid: f4e5acab-5c8f-4b10-9ae2-9561e6453718
1211
---
1312
# `ceil`, `ceilf`, `ceill`
1413

docs/c-runtime-library/reference/cimag-cimagf-cimagl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "cimag, cimagf, cimagl"
33
description: "API reference for cimag, cimagf, and cimagl; which retrieve the imaginary part of a complex number."
4-
ms.date: "9/2/2020"
4+
ms.date: 9/2/2020
55
api_name: ["cimag", "cimagf", "cimagl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["cimagf", "cimagl", "complex/cimag", "complex/cimagf", "complex/cimagl", "cimag"]
1010
helpviewer_keywords: ["cimag function", "cimagf function", "cimagl function"]
11-
ms.assetid: 0d8836f5-d61d-44cd-8731-6f75cb776def
1211
---
1312
# `cimag`, `cimagf`, `cimagl`
1413

docs/c-runtime-library/reference/conj-conjf-conjl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "conj, conjf, conjl"
33
description: "API reference for conj, conjf, and conjl; which retrieve the complex conjugate of a complex number."
4-
ms.date: "9/2/2020"
4+
ms.date: 9/2/2020
55
api_name: ["conj", "conjf", "conjl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["conj", "conjf", "conjl", "complex/conj", "complex/conjf", "complex/conjl"]
1010
helpviewer_keywords: ["conj function", "conjf function", "conjl function"]
11-
ms.assetid: 792fccfa-19c6-4890-99f9-a3b89effccd6
1211
---
1312
# `conj`, `conjf`, `conjl`
1413

0 commit comments

Comments
 (0)