Hi,
This release contains an important thread-safety bug fix to
SpecialMath. It affects only the beta and gamma function-related
methods. To gain a performance advantage when calling the beta/gamma
functions from different threads, you should try to arrange it so that
calls with the same (p,q) degrees occur in the same thread.
Regards,
Mark