-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
A list of functions that could be implemented, from my old "matrex" project.
Not all of them can be implemented (for example the "Solve" types that need a cyclic use of other functions), but a good part should be possible:
| Function | Status |
|---|---|
| Abs | Done |
| Acosh | |
| Acos | |
| AdditionalTrigonometricFunctions | |
| Add | Done |
| AggregateBy | |
| And | Done |
| ArithmeticMeanBy | |
| ArithmeticMeanCell | |
| ArithmeticMean | Done |
| ArrayMatrixConverter | |
| Asinh | |
| Asin | |
| Atanh | |
| Atan | |
| At | |
| BinaryByBlock | |
| Binomial | |
| BooleanStringComparison | |
| CDFCellFunction | |
| Ceil | |
| ChangeBase | |
| CharsToCodes | |
| CharsToString | |
| ChiSquared | |
| ClosestEven | |
| ClosestOdd | |
| CodesToChars | |
| CodesToString | |
| Compare | |
| Compose | Done (Merge) |
| ConnectionSource | |
| ConstantAs | |
| Constant | |
| ContinousPDFCellFunction | |
| ConversionNetwork | |
| ConvertUnit | |
| Cosh | |
| Cos | Done |
| CostCalc | |
| DateFormat | |
| Degrees | |
| Different | |
| DirectSearch | |
| DirectSearchTask | |
| DiscretePDFCellFunction | |
| Divide | Done |
| Div | |
| Duplicate | |
| EqualsIgnoreCase | |
| Equals | Done |
| Exp | Done |
| Exponential | |
| Extract | |
| Factorial2 | |
| Factorial | |
| FastCosineTransform | |
| FastFourierTransform | |
| FastSineTransform | |
| FastTrigonometricTransform | |
| FillAs | |
| Fill | |
| FillType | |
| Find | |
| FindRegex | |
| Floor | |
| FromMilliseconds | |
| FromString | |
| Gcd | |
| GeometricMeanBy | |
| GeometricMeanCell | |
| GeometricMean | Done |
| Hypergeometric | |
| IdentityAs | |
| Identity | |
| IFastTransformerDoubleToDouble | |
| If | Done |
| Interpolator | |
| IntervalAs | |
| Interval | |
| IsBoolean | |
| IsDate | |
| IsEven | |
| IsInteger | |
| IsNumeric | |
| IsOdd | |
| IterativeSum | |
| Lcm | |
| Len | Done |
| LessEqual | Done |
| Less | Done |
| LogBase | |
| Log | Done |
| Lookup | |
| LowerCase | Done |
| MaxBy | |
| MaxCell | |
| Max | |
| MinBy | |
| MinCell | |
| Min | |
| Minus1 | |
| Minus | |
| Mod | |
| MoreEqual | Done |
| More | Done |
| MultiDirectional | |
| NelderMead | |
| Normal | |
| Norm | |
| Not | Done |
| NthMax | |
| NthMin | |
| NumberFinder | |
| NumericNTo1 | |
| Or | Done |
| Percentile | |
| Plus | |
| Poisson | |
| Powell | |
| Pow | |
| ProductBy | |
| ProductCell | |
| Product | Done |
| QRDecomposition | |
| Queue | |
| Radians | |
| RandomAs | |
| Random | |
| RemoveTime | |
| Repeat | |
| Replace | |
| ReplaceRegex | |
| Rosenbrock | |
| Round | |
| Sign | |
| Sinh | |
| Sin | Done |
| Size | Done |
| SortHelper | |
| Sort | |
| Sqrt | |
| StringToChars | |
| StringToCodes | |
| SubstringBy | |
| SubstringHelper | |
| Substring | |
| Subtract | Done |
| SumBy | |
| SumCell | |
| Sum | Done |
| Tanh | |
| Tan | Done |
| TileAs | |
| Tile | |
| Times | Done |
| ToMilliseconds | |
| ToString | Done |
| TransformType | |
| Transpose | |
| Trim | |
| TrimLeft | Done |
| TrimRight | Done |
| Trunc | Done |
| TypeConversion | |
| UnitConverter | |
| UpperCase | Done |
| ValueChecker | |
| VarianceBy | |
| VarianceCell | |
| Variance |
Reactions are currently unavailable