|
AngouriMath
|
This is the complete list of members for AngouriMath.MathS, including all inherited members.
| Abs(Entity a) | AngouriMath.MathS | static |
| Apply(Entity expr, params Entity[] arguments) | AngouriMath.MathS | static |
| Arccos(Entity a) | AngouriMath.MathS | static |
| Arccosec(Entity a) | AngouriMath.MathS | static |
| Arccotan(Entity a) | AngouriMath.MathS | static |
| Arcsec(Entity a) | AngouriMath.MathS | static |
| Arcsin(Entity a) | AngouriMath.MathS | static |
| Arctan(Entity a) | AngouriMath.MathS | static |
| Cbrt(Entity a) | AngouriMath.MathS | static |
| Conjunction(Entity a, Entity b) | AngouriMath.MathS | static |
| Cos(Entity a) | AngouriMath.MathS | static |
| Cosec(Entity a) | AngouriMath.MathS | static |
| Cotan(Entity a) | AngouriMath.MathS | static |
| Derivative(Entity expr, Entity var) | AngouriMath.MathS | static |
| Derivative(Entity expr, Entity var, int power) | AngouriMath.MathS | static |
| Det(Matrix m) | AngouriMath.MathS | static |
| Disjunction(Entity a, Entity b) | AngouriMath.MathS | static |
| e | AngouriMath.MathS | static |
| Equality(Entity a, Entity b) | AngouriMath.MathS | static |
| Equations(params Entity[] equations) | AngouriMath.MathS | static |
| Equations(IEnumerable< Entity > equations) | AngouriMath.MathS | static |
| ExclusiveDisjunction(Entity a, Entity b) | AngouriMath.MathS | static |
| Factorial(Entity a) | AngouriMath.MathS | static |
| FromBaseN(string num, int N) | AngouriMath.MathS | static |
| FromString(string expr, bool useCache) | AngouriMath.MathS | static |
| FromString(string expr) | AngouriMath.MathS | static |
| Gamma(Entity a) | AngouriMath.MathS | static |
| GreaterOrEqualThan(Entity a, Entity b) | AngouriMath.MathS | static |
| GreaterThan(Entity a, Entity b) | AngouriMath.MathS | static |
| i | AngouriMath.MathS | static |
| I_1 | AngouriMath.MathS | static |
| I_2 | AngouriMath.MathS | static |
| I_3 | AngouriMath.MathS | static |
| I_4 | AngouriMath.MathS | static |
| IdentityMatrix(int size) | AngouriMath.MathS | static |
| IdentityMatrix(int rowCount, int columnCount) | AngouriMath.MathS | static |
| Implication(Entity assumption, Entity conclusion) | AngouriMath.MathS | static |
| Integral(Entity expr, Entity var) | AngouriMath.MathS | static |
| Integral(Entity expr, Entity var, Entity from, Entity to) | AngouriMath.MathS | static |
| Intersection(Entity a, Entity b) | AngouriMath.MathS | static |
| Interval(Entity left, Entity right) | AngouriMath.MathS | static |
| Interval(Entity left, bool leftClosed, Entity right, bool rightClosed) | AngouriMath.MathS | static |
| Lambda(Variable param, Entity body) | AngouriMath.MathS | static |
| Latex(ILatexiseable latexiseable) | AngouriMath.MathS | static |
| LessOrEqualThan(Entity a, Entity b) | AngouriMath.MathS | static |
| LessThan(Entity a, Entity b) | AngouriMath.MathS | static |
| Limit(Entity expr, Entity var, Entity dest, ApproachFrom approach=ApproachFrom.BothSides) | AngouriMath.MathS | static |
| Ln(Entity a) | AngouriMath.MathS | static |
| Log(Entity @base, Entity x) | AngouriMath.MathS | static |
| Log(Entity x) | AngouriMath.MathS | static |
| Matrix(Entity[,] values) | AngouriMath.MathS | static |
| Matrix(int rowCount, int colCount, Func< int, int, Entity > map) | AngouriMath.MathS | static |
| MatrixFromIEnum2x2(IEnumerable< IEnumerable< Entity >> elements) | AngouriMath.MathS | inlinestatic |
| MatrixFromRows(IEnumerable< Matrix > vectors) | AngouriMath.MathS | inlinestatic |
| NaN | AngouriMath.MathS | static |
| Negation(Entity a) | AngouriMath.MathS | static |
| O_1 | AngouriMath.MathS | static |
| O_2 | AngouriMath.MathS | static |
| O_3 | AngouriMath.MathS | static |
| O_4 | AngouriMath.MathS | static |
| oo | AngouriMath.MathS | static |
| Parse(string source) | AngouriMath.MathS | static |
| pi | AngouriMath.MathS | static |
| Piecewise(IEnumerable< Providedf > cases, Entity? otherwise=null) | AngouriMath.MathS | static |
| Piecewise(params(Entity expression, Entity predicate)[] cases) | AngouriMath.MathS | static |
| Pow(Entity @base, Entity power) | AngouriMath.MathS | static |
| Provided(Entity expression, Entity condition) | AngouriMath.MathS | static |
| Scalar(Entity value) | AngouriMath.MathS | static |
| Sec(Entity a) | AngouriMath.MathS | static |
| SetSubtraction(Entity a, Entity b) | AngouriMath.MathS | static |
| Signum(Entity a) | AngouriMath.MathS | static |
| Sin(Entity a) | AngouriMath.MathS | static |
| SolveBooleanTable(Entity expression, params Variable[] variables) | AngouriMath.MathS | static |
| SolveEquation(Entity equation, Variable var) | AngouriMath.MathS | static |
| Sqr(Entity a) | AngouriMath.MathS | static |
| Sqrt(Entity a) | AngouriMath.MathS | static |
| Tan(Entity a) | AngouriMath.MathS | static |
| ToBaseN(Real num, int N) | AngouriMath.MathS | static |
| ToSympyCode(Entity expr) | AngouriMath.MathS | inlinestatic |
| TryPolynomial(Entity expr, Variable variable, [NotNullWhen(true)] out Entity? dst) | AngouriMath.MathS | static |
| Union(Entity a, Entity b) | AngouriMath.MathS | static |
| Var(string name) | AngouriMath.MathS | static |
| Variable | AngouriMath.MathS | static |
| Vector(params Entity[] values) | AngouriMath.MathS | static |
| ZeroMatrix(int size) | AngouriMath.MathS | static |
| ZeroMatrix(int rowCount, int columnCount) | AngouriMath.MathS | static |
| ZeroVector(int size) | AngouriMath.MathS | static |
1.8.13