Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.16 KB

ciexp.md

File metadata and controls

37 lines (31 loc) · 1.16 KB
title ms.custom ms.date ms.technology ms.topic apiname apilocation apitype f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
_CIexp | Microsoft Docs
11/04/2016
cpp-standard-libraries
conceptual
_CIexp
msvcr120.dll
msvcr80.dll
msvcr110.dll
msvcr100.dll
msvcrt.dll
msvcr110_clr0400.dll
msvcr90.dll
DLLExport
CIexp
_CIexp
C++
CIexp intrinsic
_CIexp intrinsic
f8a3e3b7-fa57-41a3-9983-6c81914cbb55
corob-msft
corob
cplusplus

_CIexp

Calculates the exponential of the top value on the stack.

Syntax

void __cdecl _CIexp();  

Remarks

This version of the exp 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
exp, expf, expl