AtomType
Symbolica documentation for getting started, symbolic expressions, numerical evaluation, pattern matching, and APIs in Python and Rust.
AtomType
AtomType()Specifies the type of the atom.
Members
| Name | Description |
|---|---|
Add |
The expression is a sum. |
Fn |
The expression is a function. |
Mul |
The expression is a product. |
Num |
The expression is a number. |
Pow |
The expression is a power. |
Var |
The expression is a variable. |
Add
AtomType.AddThe expression is a sum.
Fn
AtomType.FnThe expression is a function.
Mul
AtomType.MulThe expression is a product.
Num
AtomType.NumThe expression is a number.
Pow
AtomType.PowThe expression is a power.
Var
AtomType.VarThe expression is a variable.