Hua Peng
Results
2
issues of
Hua Peng
I like to use katex and mermaid features in Gitlab extension from my pergdown based application. Is it possible to use both Pegdown and Gitlab extensions. If yes, how to...
The following code used to give correct result (1.53) but now (1.77) throws exception: ``` boost::math::non_central_chi_squared_distribution nchi2(0.001, 100); double res = quantile(nchi2, 0.00000000000003659); ``` // use to return 5.8758639130601491, now...