changeset 19983:fc6c87e254bf

help/__unimplemented__.m: add list of functions for the symbolic package.
author Carnë Draug <carandraug@octave.org>
date Sun, 15 Mar 2015 17:03:16 +0000
parents 6e5365ee200a
children 857a8f018f53
files scripts/help/__unimplemented__.m
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m	Sun Mar 15 12:41:05 2015 -0400
+++ b/scripts/help/__unimplemented__.m	Sun Mar 15 17:03:16 2015 +0000
@@ -479,6 +479,23 @@
           "wblstat", "wishrnd", "x2fx", "xlsread", "xptread", "ztest"}
       txt = check_package (fcn, "statistics");
 
+    ## symbolic
+    case {"argnames", "bernoulli", "catalan", "charpoly", "chebyshevT", ...
+          "chebyshevU", "children", "coshint", "cosint", "dawson", ...
+          "digits", "dilog", "dirac", "divisors", "dsolve", "ei", ...
+          "ellipticCE", "ellipticCK", "ellipticCPi", "ellipticE", ...
+          "ellipticF", "ellipticK", "ellipticPi", "euler", "eulergamma", ...
+          "finverse", "formula", "fresnelc", "fresnels", "funtool", ...
+          "gegenbauerC", "harmonic", "heaviside", "hermiteH", "hypergeom", ...
+          "igamma", "jacobiP", "kroneckerDelta", "kummerU", "laguerreL", ...
+          "legendreP", "logint", "minpoly", "pochhammer", "poles", ...
+          "poly2sym", "polylog", "pretty", "quorem", "rectangularPulse", ...
+          "signIm", "simplify", "sinhint", "sinint", "solve", "ssinint", ...
+          "sym", "sym2poly", "symfun", "sympref", "syms", "symvar", ...
+          "triangularPulse", "vpa", "vpasolve", "whittakerM", "whittakerW", ...
+          "zeta"}
+      txt = check_package (fcn, "symbolic");
+
     ## optimization
     case {"bintprog", "color", "fgoalattain", "fmincon", "fminimax", ...
           "fminsearch", "fseminf", "fzmult", "gangstr", "ktrlink", ...