cprojf, cproj, cprojl

来自cppreference.com

 
 
 
复杂的数字运算
类型和假想常数
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
操纵
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
conj
cproj
电源和指数函数
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
三角函数
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
双曲函数
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Defined in header <complex.h>
float       cprojf( float complex z );
(C99 起)
double      cproj( double complex z );
(C99 起)
long double cprojl( long double complex z );
(C99 起)
计算上的黎曼球面的投影z.
Original:
Computes the projection of z on the Riemann sphere.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[编辑] 参数

z -
复杂的参数
Original:
complex argument
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[编辑] 返回值

投影的z上的黎曼领域.
Original:
The projection of z on the Riemann sphere.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[编辑] 为例