Post Reply 
longfloat library HP PRIME
08-23-2021, 04:17 AM
Post: #3
RE: longfloat library HP PRIME
Thanks for the reply. Part of the problem is related to the high values to use with the Gamma function. One method is to use the LogGamma function (see the code below) and translate the result with Exp (LogGamm). It works. There remains the problem of the incomplete Beta function, which cannot be "transformed" into other functions (at least I think).
Best regards, Roberto.

Code:
#cas
LogGamma(ασ):=
BEGIN
RETURN int(Psi(x),x,1,ασ);
END;
#end
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
longfloat library HP PRIME - robmio - 08-21-2021, 03:43 PM
RE: longfloat library HP PRIME - robmio - 08-21-2021, 05:48 PM
RE: longfloat library HP PRIME - robmio - 08-23-2021 04:17 AM



User(s) browsing this thread: 1 Guest(s)