Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/26/12 14:17:10 (12 years ago)
Author:
gkronber
Message:

#1810 added a unit test to check the evaluation of newly added special functions and fixed a bugs in the interpreters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicExpressionImporter.cs

    r7915 r8123  
    4949        {"COS", new Cosine()},
    5050        {"TAN", new Tangent()},
     51        {"AIRYA", new AiryA()},
     52        {"AIRYB", new AiryB()},
     53        {"BESSEL", new Bessel()},
     54        {"COSINT", new CosineIntegral()},
     55        {"SININT", new SineIntegral()},
     56        {"HYPCOSINT", new HyperbolicCosineIntegral()},
     57        {"HYPSININT", new HyperbolicSineIntegral()},
     58        {"FRESNELSININT", new FresnelSineIntegral()},
     59        {"FRESNELCOSINT", new FresnelCosineIntegral()},
     60        {"NORM", new Norm()},
     61        {"ERF", new Erf()},
     62        {"GAMMA", new Gamma()},
     63        {"PSI", new Psi()},
     64        {"DAWSON", new Dawson()},
     65        {"EXPINT", new ExponentialIntegralEi()},
    5166        {"MEAN", new Average()},
    5267        {"IF", new IfThenElse()},
Note: See TracChangeset for help on using the changeset viewer.