description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _CIsin |
_CIsin |
4/2/2020 |
|
|
|
|
|
|
f215f39a-2341-4f1c-ba8e-cb522451ceb2 |
Calculates the sine of the top value in the floating-point stack.
void __cdecl _CIsin();
This intrinsic version of the sin 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 floating-point stack.
By default, this function's global state is scoped to the application. To change this, see Global state in the CRT.
Platform: x86