Changeset 328 for bdm/itpp_ext.h

Show
Ignore:
Timestamp:
04/28/09 16:15:04 (15 years ago)
Author:
dedecius
Message:

Implementation of the digamma function.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/itpp_ext.h

    r276 r328  
    8080        //! reimplementation of matlabs num2str 
    8181        std::string num2str(int i); 
     82 
     83        //! implementation of digamma (psi) function 
     84        double psi(double); 
    8285} 
    8386