cabs

函式名: cabs(_cabs) 功 能: 計算複數的絕對值 所屬庫:math.h

函式簡介

函式名: cabs(_cabs)

用 法: double _cabs(struct _complex z);

參數說明:

struct _complex 定義在math.h下

struct _complex {

double x,y; /* real and imaginary parts */

} ;

程式示例

下面的例子來自MSDN

相關詞條

相關搜尋

熱門詞條

聯絡我們