camsun.h

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· C头文件 代码 · 共 13 行

H
13
字号
/*: Computes the float cumulative distribution function value for the chi-squared distribution */
void v3p_netlib_chscdf_(
  v3p_netlib_real v3p_netlib_const *x,      /*!< (IN) value where the cumulative distribution must be evaluated */
  v3p_netlib_integer v3p_netlib_const *nu,  /*!< (IN) # degrees of freedom */
  v3p_netlib_real *cdf                      /*!< (OUT) the function value */
  );
/*: Computes the double cumulative distribution function value for the chi-squared distribution */
void v3p_netlib_dchscdf_(
  v3p_netlib_doublereal v3p_netlib_const *x, /*!< (IN) value where the cumulative distribution must be evaluated */
  v3p_netlib_integer v3p_netlib_const *nu,   /*!< (IN) # degrees of freedom */
  v3p_netlib_doublereal *cdf                 /*!< (OUT) the function value */
  );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?