mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
66 lines
2.1 KiB
Plaintext
66 lines
2.1 KiB
Plaintext
Toolbox = "Toolbox"
|
|
AbsoluteValue = "Absolute value"
|
|
NthRoot = "nth-root"
|
|
BasedLogarithm = "Logarithm to base a"
|
|
Calculation = "Calculation"
|
|
ComplexNumber = "Complex numbers"
|
|
Combinatorics = "Combinatorics"
|
|
Arithmetic = "Arithmetic"
|
|
Matrices = "Matrix"
|
|
NewMatrix = "New matrix"
|
|
Identity = "Identity matrix of size n"
|
|
Lists = "List"
|
|
HyperbolicTrigonometry = "Hyperbolic trigonometry"
|
|
Fluctuation = "Prediction Interval"
|
|
DerivateNumber = "Derivative"
|
|
Integral = "Integral"
|
|
Sum = "Sum"
|
|
Product = "Product"
|
|
ComplexAbsoluteValue = "Absolute value"
|
|
Agument = "Argument"
|
|
RealPart = "Real part"
|
|
ImaginaryPart = "Imaginary part"
|
|
Conjugate = "Conjugate"
|
|
Combination = "Combination"
|
|
Permutation = "Permutation"
|
|
GreatCommonDivisor = "GCD"
|
|
LeastCommonMultiple = "LCM"
|
|
Remainder = "Remainder division p by q"
|
|
Quotient = "Quotient division p by q"
|
|
Inverse = "Inverse"
|
|
Determinant = "Determinant"
|
|
Transpose = "Transpose"
|
|
Trace = "Trace"
|
|
Dimension = "Size"
|
|
Sort = "Sort ascending "
|
|
InvSort = "Sort descending"
|
|
Maximum = "Maximum"
|
|
Minimum = "Minimum"
|
|
Floor = "Floor"
|
|
FracPart = "Fractional part"
|
|
Ceiling = "Ceiling"
|
|
Rounding = "Rounding to n digits"
|
|
HyperbolicCosine = "Hyperbolic cosine"
|
|
HyperbolicSine = "Hyperbolic sine"
|
|
HyperbolicTangent = "Hyperbolic tangent"
|
|
InverseHyperbolicCosine = "Inverse hyperbolic cosine"
|
|
InverseHyperbolicSine = "Inverse hyperbolic sine"
|
|
InverseHyperbolicTangent = "Inverse hyperbolic tangent"
|
|
Prediction95 = "Prediction interval 95%"
|
|
Prediction = "Simple prediction interval"
|
|
Confidence = "Confidence interval"
|
|
RandomAndApproximation = "Random and approximation"
|
|
RandomFloat = "Floating point number in [0,1["
|
|
RandomInteger = "Random integer in [a,b]"
|
|
PrimeFactorDecomposition = "Integer factorization"
|
|
NormCDF = "P(X<a) where X follows N(μ,var)"
|
|
NormCDF2 = "P(a<X<b) where X follows N(μ,var)"
|
|
InvNorm = "m where P(X<m)=a, X follows N(μ,var)"
|
|
NormPDF = "Probability density of N(μ,var)"
|
|
BinomialPDF = "P(X=m) where X follows B(n,p)"
|
|
BinomialCDF = "P(X<=m) where X follows B(n,p)"
|
|
InvBinomial = "m where P(X<=m)=a, X follows B(n,p)"
|
|
Probability = "Probability"
|
|
BinomialDistribution = "Binomial distribution"
|
|
NormalDistribution = "Normal distribution"
|