# HG changeset patch # User Carnë Draug # Date 1426438996 0 # Node ID fc6c87e254bf689fa875eac6c46a4ce47051b433 # Parent 6e5365ee200a624f5b4f9540053794e6b6e42548 help/__unimplemented__.m: add list of functions for the symbolic package. diff -r 6e5365ee200a -r fc6c87e254bf scripts/help/__unimplemented__.m --- 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", ...