Skip to content

Commit b9ae1b1

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
add metadata
1 parent 8fed5d1 commit b9ae1b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/c-runtime-library/reference/ctan-ctanf-ctanl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "ctan, ctanf, ctanl"
3+
description: "API reference for ctan, ctanf, and ctanl; which retrieve the tangent of a complex number."
34
ms.date: "11/04/2016"
45
api_name: ["ctan", "ctanf", "ctanl"]
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"]
@@ -55,7 +56,7 @@ Because C++ allows overloading, you can call overloads of **ctan** that take and
5556

5657
|Routine|C header|C++ header|
5758
|-------------|--------------|------------------|
58-
|**ctan**, **ctanf**, **ctanl**|\<complex.h>|\<ccomplex>|
59+
|**ctan**, **ctanf**, **ctanl**|\<complex.h>|\<ccomplex>|
5960

6061
For more compatibility information, see [Compatibility](../../c-runtime-library/compatibility.md).
6162

0 commit comments

Comments
 (0)