I am using Oracle 12c database and APEX 5.1.1. I am doing some calculation in Pl/SQL where I need to apply Beta function on two variables(Decimal numbers).
As I searched found that the value returned by Beta function on x and y is equal to following equation where B is the Beta function and Γ is the Gamma function and these are Oracle Continuous Query Language (Oracle CQL) functions.
How can I evaluate it in Pl/SQL?
