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 |
|
conceptual |
|
|
DLLExport |
|
|
|
f8a3e3b7-fa57-41a3-9983-6c81914cbb55 |
corob-msft |
corob |
|
Calculates the exponential of the top value on the stack.
void __cdecl _CIexp();
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.
Platform: x86