Changeset 17434 for branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/HyperbolicTangent.cs
- Timestamp:
- 02/11/20 13:36:02 (5 years ago)
- Location:
- branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic
- Property svn:mergeinfo changed
-
branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/HyperbolicTangent.cs
r17433 r17434 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;26 25 using HEAL.Attic; 27 26 28 27 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 28 [Item("HyperbolicSineIntegral", "Symbol that represents the hyperbolic sine integral.")] 29 29 [StorableType("32F7D410-066A-4ABF-81BB-9CD5A49C7B17")] 30 [Item("HyperbolicSineIntegral", "Symbol that represents the hyperbolic sine integral.")]31 30 public sealed class HyperbolicTangent : Symbol { 32 31 private const int minimumArity = 1;
Note: See TracChangeset
for help on using the changeset viewer.