Skip to content

Commit 8a7e1b2

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
add metadata
1 parent 7d083ec commit 8a7e1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/c-runtime-library/reference/abs-labs-llabs-abs64.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "abs, labs, llabs, _abs64"
3+
description: "API reference for abs, labs, llabs, and _abs64; which calculates the absolute value of a value."
34
ms.date: "04/05/2018"
45
api_name: ["abs", "_abs64", "labs", "llabs"]
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-utility-l1-1-0.dll"]
@@ -32,7 +33,7 @@ float abs( float n ); // C++ only
3233

3334
### Parameters
3435

35-
*n*<br/>
36+
*n*\
3637
Numeric value.
3738

3839
## Return Value

0 commit comments

Comments
 (0)