What is an easy way to see what are the exact computations done by a function (e.g. quantile function from Statistics.jl Package). The goal being here just to understand the computations done by that particular function and not edit the entire package.
Many thanks in advance