/usr/include/ITK-4.5/datapac/camsun.h is in libinsighttoolkit4-dev 4.5.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | /*: 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 */
);
|