Closed AndreG-P closed 4 years ago
In case of ODEs (or other differential equations), the DLMF use \pderiv. For example DLMF 1.5.11:
\pderiv
\pderiv{}{x}=\cos@@{\phi}\pderiv{}{r}-\frac{\sin@@{\phi}}{r}\pderiv{}{\phi}
However, the new approach of handling deriv (fixed in #155 ) has trouble to handle these real empty \pderiv. These cases should throw exceptions since we cannot handle them. Currently, the translator just outputs garbage.
deriv
Fixed in 7b1d957
In case of ODEs (or other differential equations), the DLMF use
\pderiv
. For example DLMF 1.5.11:However, the new approach of handling
deriv
(fixed in #155 ) has trouble to handle these real empty\pderiv
. These cases should throw exceptions since we cannot handle them. Currently, the translator just outputs garbage.