Skip to content

Commit 757ff6a

Browse files
authored
Merge pull request MicrosoftDocs#3363 from TylerMSFT/twhitney-cleanup
sentence case table headings and remove code escapes from metadata
2 parents 79eac5b + a4e9200 commit 757ff6a

12 files changed

+22
-22
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "`acos`, `acosf`, `acosl`"
3-
description: "API reference for `acos`, `acosf`, and `acosl`; which calculate the arccosine of a floating-point value."
2+
title: "acos, acosf, acosl"
3+
description: "API reference for acos, acosf, and acosl; which calculate the arccosine of a floating-point value."
44
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", "api-ms-win-crt-private-l1-1-0.dll"]
@@ -36,7 +36,7 @@ The **`acos`** function returns the arccosine of *x* in the range 0 to π radian
3636
3737
By default, if *`x`* is less than -1 or greater than 1, **`acos`** returns an indefinite.
3838
39-
|Input|`SEH` Exception|`Matherr` Exception|
39+
|Input|`SEH` exception|`Matherr` exception|
4040
|-----------|-------------------|-----------------------|
4141
|`± ∞`|`INVALID`|`_DOMAIN`|
4242
|`± QNAN, IND`|none|`_DOMAIN`|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The **`asin`** function returns the arcsine (the inverse sine function) of *`x`*
3636
3737
By default, if *`x`* is less than -1 or greater than 1, **`asin`** returns an indefinite.
3838
39-
|Input|SEH Exception|Matherr Exception|
39+
|Input|SEH exception|Matherr exception|
4040
|-----------|-------------------|-----------------------|
4141
|± ∞|**`INVALID`**|**`_DOMAIN`**|
4242
|± **`QNAN`**, **`IND`**|none|**`_DOMAIN`**|

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
@@ -44,7 +44,7 @@ Any numbers.
4444
4545
**`atan2`** uses the signs of both parameters to determine the quadrant of the return value.
4646
47-
|Input|SEH Exception|Matherr Exception|
47+
|Input|SEH exception|Matherr exception|
4848
|-----------|-------------------|-----------------------|
4949
|± **`QNAN`**, **`IND`**|none|**`_DOMAIN`**|
5050

docs/c-runtime-library/reference/cosh-coshf-coshl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "`cosh`, `coshf`, `coshl`"
3-
description: "API reference for `cosh`, `coshf`, and `coshl`; which calculate the hyperbolic cosine of a floating-point value."
2+
title: "cosh, coshf, coshl"
3+
description: "API reference for cosh, coshf, and coshl; which calculate the hyperbolic cosine of a floating-point value."
44
ms.date: "1/15/2021"
55
api_name: ["cosh", "coshf", "coshl", "_o_cosh", "_o_coshf"]
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"]
@@ -36,7 +36,7 @@ The hyperbolic cosine of *`x`*.
3636
3737
By default, if the result is too large in a **`cosh`**, **`coshf`**, or **`coshl`** call, the function returns **`HUGE_VAL`** and sets **`errno`** to **`ERANGE`**.
3838
39-
|Input|SEH Exception|`Matherr` Exception|
39+
|Input|SEH exception|`Matherr` exception|
4040
|-----------|-------------------|-----------------------|
4141
|± **`QNAN`**, **`IND`**|none|**`_DOMAIN`**|
4242
|*`x`* ≥ 7.104760e+002|**`INEXACT`**+**`OVERFLOW`**|**`OVERFLOW`**|

docs/c-runtime-library/reference/exp-expf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "`exp`, `expf`, `expl`"
3-
description: "API reference for `exp`, `expf`, and `expl`; which calculate the exponential."
2+
title: "exp, expf, expl"
3+
description: "API reference for exp, expf, and expl; which calculate the exponential."
44
ms.date: "1/15/2021"
55
api_name: ["expf", "expl", "exp", "_o_exp", "_o_expf"]
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"]
@@ -43,7 +43,7 @@ The floating-point value to exponentiate the natural logarithm base *e* by.
4343
4444
The **`exp`** functions return the exponential value of the floating-point parameter, *`x`*, if successful. That is, the result is *e*<sup>*`x`*</sup>, where *e* is the base of the natural logarithm. On overflow, the function returns `INF` (infinity) and on underflow, **`exp`** returns 0.
4545
46-
|Input|SEH Exception|`Matherr` Exception|
46+
|Input|SEH exception|`Matherr` exception|
4747
|-----------|-------------------|-----------------------|
4848
|± Quiet NaN, indeterminate|None|`_DOMAIN`|
4949
|± Infinity|`INVALID`|`_DOMAIN`|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Floating-point value.
4444
4545
The **`fabs`** functions return the absolute value of the argument *x*. There's no error return.
4646
47-
|Input|SEH Exception|`Matherr` Exception|
47+
|Input|SEH exception|`Matherr` exception|
4848
|-----------|-------------------|-----------------------|
4949
|± `QNAN`,`IND`|none|`_DOMAIN`|
5050

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: "1/15/2021"
55
api_name: ["logb", "_logb", "_logbl", "logbf", "_logbf", "logbl", "_o__logb", "_o_logb", "_o_logbf", "_o_logbl", "_o__logbf"]
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/memset-wmemset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: `memset`, `wmemset`"
32
title: "memset, wmemset"
3+
description: "Learn more about: memset, wmemset"
44
ms.date: "1/15/2021"
55
api_name: ["wmemset", "memset", "_o_memset"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ntdll.dll", "ucrtbase.dll", "api-ms-win-crt-string-l1-1-0.dll", "ntoskrnl.exe", "api-ms-win-crt-private-l1-1-0.dll"]

docs/c-runtime-library/reference/modf-modff-modfl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "`modf`, `modff`, `modfl`"
3-
description: "API reference for `modf`, `modff`, and `modfl`; which split a floating-point value into fractional and integer parts."
2+
title: "modf, modff, modfl"
3+
description: "API reference for modf, modff, and modfl; which split a floating-point value into fractional and integer parts."
44
ms.date: "1/15/2021"
55
api_name: ["modff", "modf", "modfl", "_o_modf", "_o_modff"]
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "`sinh`, `sinhf`, `sinhl`"
2+
title: "sinh, sinhf, sinhl"
33
description: "API reference for calculating the hyperbolic sine of a floating-point value."
44
ms.date: "1/15/2021"
55
api_name: ["sinh", "sinhl", "sinhf", "sinhl", "_o_sinh", "_o_sinhf"]
@@ -34,7 +34,7 @@ Angle in radians.
3434
3535
The **`sinh`** functions return the hyperbolic sine of *`x`*. By default, if the result is too large, **`sinh`** sets **`errno`** to **`ERANGE`** and returns ±**`HUGE_VAL`**.
3636
37-
|Input|SEH Exception|`Matherr` Exception|
37+
|Input|SEH exception|`Matherr` exception|
3838
|-----------|-------------------|-----------------------|
3939
|± `QNAN`,`IND`|None|`_DOMAIN`|
4040
|&#124;x&#124; ≥ 7.104760e+002|`OVERFLOW+INEXACT`|`OVERFLOW`|

docs/c-runtime-library/reference/tan-tanf-tanl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "`tan`, `tanf`, `tanl`"
3-
description: "API reference for `tan`, `tanf`, and `tanl`; which calculate the tangent of a floating-point value."
2+
title: "tan, tanf, tanl"
3+
description: "API reference for tan, tanf, and tanl; which calculate the tangent of a floating-point value."
44
ms.date: "1/15/2021"
55
api_name: ["tan", "tanf", "tanl", "_o_tan", "_o_tanf"]
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"]
@@ -37,7 +37,7 @@ Angle in radians.
3737

3838
The **`tan`** functions return the tangent of *`x`*. If *`x`* is greater than or equal to 263, or less than or equal to -263, a loss of significance in the result occurs.
3939

40-
|Input|SEH Exception|**`Matherr`** Exception|
40+
|Input|SEH exception|**`Matherr`** exception|
4141
|-----------|-------------------|-------------------------|
4242
|`± QNAN`,`IND`|none|`_DOMAIN`|
4343
|`± INF`|**INVALID**|`_DOMAIN`|

docs/c-runtime-library/reference/tanh-tanhf-tanhl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Angle in radians.
3636

3737
The **`tanh`** functions return the hyperbolic tangent of *`x`*. There's no error return.
3838

39-
|Input|SEH Exception|**`Matherr`** Exception|
39+
|Input|SEH exception|**`Matherr`** exception|
4040
|-----------|-------------------|-------------------------|
4141
|± `QNAN`,`IND`|none|`_DOMAIN`|
4242

0 commit comments

Comments
 (0)