2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
This commit is contained in:
mzhelyez
2025-09-13 15:19:47 +02:00
parent 0d834399fc
commit 274415a520

View File

@@ -244,7 +244,7 @@ Some key points about reverse mode automatic differentiation:
\[/ BEGIN SPECFUN TABLE\]
[table
[[Function] [compiles with ET ON] [runs with ET ON] [compiles with ET OFF] [runs with ET OFF] [works with multiprecision] [known issues]]
[[tgamma] [True] [True] [True] [False] [False] [N/A]]
[[tgamma] [True] [True] [True] [False] [False] [derivatives incorrect when argument is an integer]]
[[tgamma1pm1] [False] [N/A] [True] [False] [False] [N/A]]
[[lgamma] [True] [True] [True] [False] [False] [N/A]]
[[digamma] [True] [True] [True] [False] [False] [N/A]]