Skip to content

Commit 8fed5d1

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
fix links and some metadata issues
1 parent c05fe9e commit 8fed5d1

File tree

10 files changed

+70
-69
lines changed

10 files changed

+70
-69
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,6 +1,6 @@
11
---
22
title: "acos, acosf, acosl"
3-
description: "API reference for acos, acosf, and acosl; which calculate the arccosine of a floating-point value."
3+
description: "API reference for `acos`, `acosf`, and `acosl`; which calculate the arccosine of a floating-point value."
44
ms.date: "08/31/2020"
55
api_name: ["acosf", "acos", "acosl", "_o_acos"]
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", "api-ms-win-crt-private-l1-1-0.dll"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "ceil, ceilf, ceill"
3-
description: "API ref for calcuating the ceiling of a value with ceil()".
3+
description: "API ref for calcuating the ceiling of a value with ceil()."
44
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", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/cexp-cexpf-cexpl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "cexp, cexpf, cexpl"
3+
description: "API reference for cexp, cexpf, and cexpl; which compute the base-e exponential of a complex number."
34
ms.date: "11/04/2016"
45
api_name: ["cexp", "cexpf", "cexpl"]
56
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"]

docs/c-runtime-library/reference/clog-clogf-clogl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "clog, clogf, clogl"
3+
description: "API reference for clog, clogf, and clogl; which retrieve the natural logarithm of a complex number, with a branch cut along the negative real axis."
34
ms.date: "11/04/2016"
45
api_name: ["clog", "clogf", "clogl"]
56
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"]

docs/c-runtime-library/reference/ctanh-ctanhf-ctanhl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "ctanh, ctanhf, ctanhl"
3+
description: "API reference for ctanh, ctanhf, ctanhl; which computes the complex hyperbolic tangent of a complex number."
34
ms.date: "11/04/2016"
45
api_name: ["ctanh", "ctanhf", "ctanhl"]
56
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"]

docs/c-runtime-library/reference/fabs-fabsf-fabsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Floating-point value.
4343
4444
## Return Value
4545
46-
The **fabs** functions return the absolute value of the argument *x*. There is no error return.
46+
The **fabs** functions return the absolute value of the argument *x*. There's no error return.
4747
4848
|Input|SEH Exception|Matherr Exception|
4949
|-----------|-------------------|-----------------------|

docs/c-runtime-library/reference/logb-logbf-logbl-logb-logbf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "logb, logbf, logbl, _logb, _logbf"
3-
description: "API reference for "logb, logbf, logbl, _logb, and _logbf; which extract the exponent value of a floating-point argument."
3+
description: "API reference for logb, logbf, logbl, _logb, and _logbf; which extract the exponent value of a floating-point argument."
44
ms.date: "9/1/2020"
55
api_name: ["logb", "_logb", "_logbl", "logbf", "_logbf", "logbl", "_o__logb", "_o_logb", "_o_logbf", "_o_logbl"]
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", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/sinh-sinhf-sinhl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "sinh, sinhf, sinhl"
3-
"API reference for calculating the hyperbolic sine of a floating-point value."
3+
description: "API reference for calculating the hyperbolic sine of a floating-point value."
44
ms.date: "08/31/2020"
55
api_name: ["sinh", "sinhl", "sinhf", "sinhl", "_o_sinh"]
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", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/sqrt-sqrtf-sqrtl.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Non-negative floating-point value
4343

4444
Because C++ allows overloading, you can call overloads of **sqrt** that take **`float`** or **`long double`** types. In a C program, **sqrt** always takes and returns **`double`**.
4545

46+
If you use the \<tgmath.h> `sqrt()` macro, the type of the argument determines which version of the function is selected.See [Type-generic math](../../c-runtime-library/tgmath.md) for details.
47+
4648
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](../global-state.md).
4749

4850
## Return Value
@@ -55,10 +57,6 @@ The **sqrt** functions return the square-root of *x*. By default, if *x* is nega
5557
|- ∞|none|_DOMAIN|
5658
|x<0|none|_DOMAIN|
5759

58-
## Remarks
59-
60-
If you use the \<tgmath.h> `sqrt()` macro, the type of the argument determines which version of the function is selected.See [Type-generic math](../../c-runtime-library/tgmath.md) for details.
61-
6260
## Requirements
6361

6462
|Function|C header|C++ header|

0 commit comments

Comments
 (0)