_CIatan2

计算 x / y 的反正切值,其中,x 和 y 是在堆栈上的值。

void __cdecl _CIatan2();

备注

atan2 函数的该版本存在编译器理解的专门调用约定。 因为它可以防止拷贝的产生和寄存器分配的帮助,所以加快执行的速度。

结果值被推送到堆栈顶部。

要求

Platform: x86

请参见

参考

atan、atanf、atanl、atan2、atan2f、atan2l

其他资源

CRT 按字母顺序的函数参考