Changeset 1338 for trunk/yat


Ignore:
Timestamp:
Jun 7, 2008, 12:13:20 AM (15 years ago)
Author:
Peter
Message:

updating docs

Location:
trunk/yat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/utility.h

    r1317 r1338  
    8686  /// @return cumulative hypergeomtric distribution functions P(k).
    8787  ///
    88   /// \deprecated use gsl_cdf_hypergeometric_P
     88  /// \deprecated Provided for backward compatibility with the 0.4
     89  /// API. Use gsl_cdf_hypergeometric_P
    8990  ///
    9091  double cdf_hypergeometric_P(unsigned int k, unsigned int n1,
  • trunk/yat/utility/utility.h

    r1312 r1338  
    6363  /// @return true if string is a double
    6464  ///
    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&)
    6667  ///
    6768  bool is_double(const std::string&);
     
    7778  /// @return true if string is a float
    7879  ///
    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&)
    8082  ///
    8183  bool is_float(const std::string&);
     
    8486  /// @return true if string is an int
    8587  ///
    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&)
    8790  ///
    8891  bool is_int(const std::string&);
Note: See TracChangeset for help on using the changeset viewer.