@@ -582,15 +582,15 @@ xtensor universal functions are provided for a large set number of mathematical
582582
583583**Error and gamma functions: **
584584
585- +-----------------------------------------------+ -----------------------------------------------+
586- | Python 3 - numpy | C++ 14 - xtensor |
587- +===============================================+ ===============================================+
588- | `` scipy.special.erf(a) `` | ``xt::erf(a) `` |
589- +-----------------------------------------------+ -----------------------------------------------+
590- | `` scipy.special.gamma(a) `` | ``xt::tgamma(a) `` |
591- +-----------------------------------------------+ -----------------------------------------------+
592- | `` scipy.special.gammaln(a) `` | ``xt::lgamma(a) `` |
593- +-----------------------------------------------+ -----------------------------------------------+
585+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
586+ | Python 3 - numpy | C++ 14 - xtensor |
587+ +====================================================================+===================== ===============================================+
588+ | :any: ` scipy.special.erf(a) <scipy.special.erf> ` | ``xt::erf(a) `` |
589+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
590+ | :any: ` scipy.special.gamma(a) <scipy.special.gamma> ` | ``xt::tgamma(a) `` |
591+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
592+ | :any: ` scipy.special.gammaln(a) <scipy.special.gammaln> ` | ``xt::lgamma(a) `` |
593+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
594594
595595**Classification functions: **
596596
0 commit comments