- Timestamp:
- Jun 7, 2008, 12:13:20 AM (15 years ago)
- Location:
- trunk/yat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/utility.h
r1317 r1338 86 86 /// @return cumulative hypergeomtric distribution functions P(k). 87 87 /// 88 /// \deprecated use gsl_cdf_hypergeometric_P 88 /// \deprecated Provided for backward compatibility with the 0.4 89 /// API. Use gsl_cdf_hypergeometric_P 89 90 /// 90 91 double cdf_hypergeometric_P(unsigned int k, unsigned int n1, -
trunk/yat/utility/utility.h
r1312 r1338 63 63 /// @return true if string is a double 64 64 /// 65 /// \deprecated use is<double>(const std::string&) 65 /// \deprecated Provided for backward compatibility with the 0.4 66 /// API. Use is<double>(const std::string&) 66 67 /// 67 68 bool is_double(const std::string&); … … 77 78 /// @return true if string is a float 78 79 /// 79 /// \deprecated use is<float>(const std::string&) 80 /// \deprecated Provided for backward compatibility with the 0.4 81 /// API. Use is<float>(const std::string&) 80 82 /// 81 83 bool is_float(const std::string&); … … 84 86 /// @return true if string is an int 85 87 /// 86 /// \deprecated use is<int>(const std::string&) 88 /// \deprecated Provided for backward compatibility with the 0.4 89 /// API. Use is<int>(const std::string&) 87 90 /// 88 91 bool is_int(const std::string&);
Note: See TracChangeset
for help on using the changeset viewer.