Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.26 KB

cicos.md

File metadata and controls

41 lines (35 loc) · 1.26 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic apiname apilocation apitype f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
_CIcos | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
_CIcos
msvcr90.dll
msvcrt.dll
msvcr120.dll
msvcr100.dll
msvcr80.dll
msvcr110_clr0400.dll
msvcr110.dll
DLLExport
CIcos
_CIcos
C++
_CIcos intrinsic
CIcos intrinsic
6fc203fb-66f3-4ead-9784-f85833c26f1b
5
corob-msft
corob
ghogen

_CIcos

Calculates the cosine of the top value in the stack.

Syntax

void __cdecl _CIcos();  

Remarks

This version of the cos function has a specialized calling convention that the compiler understands. It speeds up the execution because it prevents copies from being generated and helps with register allocation.

The resulting value is pushed onto the top of the stack.

Requirements

Platform: x86

See Also

Alphabetical Function Reference
cos, cosf, cosl, cosh, coshf, coshl