Take a look at the following improvements. Include any additional functions that were not previously mentioned. ### Error and gamma functions - [ ] [erf](https://en.cppreference.com/w/cpp/numeric/math/erf) - [ ] [erfc](https://en.cppreference.com/w/cpp/numeric/math/erfc) - [ ] [tgamma](https://en.cppreference.com/w/cpp/numeric/math/tgamma) - [ ] [lgamma](https://en.cppreference.com/w/cpp/numeric/math/lgamma) ### Mathematical special functions - [ ] [assoc_laguerre*](https://en.cppreference.com/w/cpp/numeric/special_functions/assoc_laguerre) - [ ] [assoc_legendre*](https://en.cppreference.com/w/cpp/numeric/special_functions/assoc_legendre) - [ ] [beta*](https://en.cppreference.com/w/cpp/numeric/special_functions/beta) - [ ] [comp_ellint_1*](https://en.cppreference.com/w/cpp/numeric/special_functions/comp_ellint_1) - [ ] [comp_ellint_2*](https://en.cppreference.com/w/cpp/numeric/special_functions/comp_ellint_2) - [ ] [comp_ellint_3*](https://en.cppreference.com/w/cpp/numeric/special_functions/comp_ellint_3) - [ ] [cyl_bessel_i*](https://en.cppreference.com/w/cpp/numeric/special_functions/cyl_bessel_i) - [ ] [cyl_bessel_j*](https://en.cppreference.com/w/cpp/numeric/special_functions/cyl_bessel_j) - [ ] [cyl_bessel_k*](https://en.cppreference.com/w/cpp/numeric/special_functions/cyl_bessel_k) - [ ] [cyl_neumann*](https://en.cppreference.com/w/cpp/numeric/special_functions/cyl_neumann) - [ ] [ellint_1*](https://en.cppreference.com/w/cpp/numeric/special_functions/ellint_1) - [ ] [ellint_2*](https://en.cppreference.com/w/cpp/numeric/special_functions/ellint_2) - [ ] [ellint_3*](https://en.cppreference.com/w/cpp/numeric/special_functions/ellint_3) - [ ] [expint*](https://en.cppreference.com/w/cpp/numeric/special_functions/expint) - [ ] [hermite*](https://en.cppreference.com/w/cpp/numeric/special_functions/hermite) - [ ] [legendre*](https://en.cppreference.com/w/cpp/numeric/special_functions/legendre) - [ ] [laguerre*](https://en.cppreference.com/w/cpp/numeric/special_functions/laguerre) - [ ] [riemann_zeta*](https://en.cppreference.com/w/cpp/numeric/special_functions/riemann_zeta) - [ ] [sph_bessel*](https://en.cppreference.com/w/cpp/numeric/special_functions/sph_bessel) - [ ] [sph_legendre*](https://en.cppreference.com/w/cpp/numeric/special_functions/sph_legendre) - [ ] [sph_neumann*](https://en.cppreference.com/w/cpp/numeric/special_functions/sph_neumann)