Calculating Digamma Function in C Programming

  • Thread starter Thread starter Alamino
  • Start date Start date
  • Tags Tags
    Function
Click For Summary
SUMMARY

The discussion focuses on calculating the digamma function using C programming. Participants suggest various methods, including using mathematical tables, exploring resources like MathWorld, and implementing Taylor series approximations. The digamma function, which is the logarithmic derivative of the gamma function, requires precise mathematical handling in C. No specific libraries or implementations were provided in the discussion.

PREREQUISITES
  • Understanding of the digamma function and its mathematical properties
  • Proficiency in C programming language
  • Familiarity with Taylor series and numerical approximation techniques
  • Knowledge of the gamma function and its applications
NEXT STEPS
  • Research existing C libraries for gamma and digamma functions, such as the GNU Scientific Library (GSL)
  • Study Taylor series approximation methods for mathematical functions
  • Explore numerical methods for function approximation in C programming
  • Review mathematical resources on the digamma function from MathWorld or similar sites
USEFUL FOR

Mathematicians, C programmers, and anyone interested in numerical methods for calculating special functions like the digamma function.

Alamino
Messages
69
Reaction score
0
I need to calculate the digamma function using C programming. Does anybody know a way of doing it?
 
Computer science news on Phys.org
I would check a book of tables / mathworld.wolfram.com / generally search for a formula for, a taylor series, or some other means of approximating it.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 26 ·
Replies
26
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K