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.Add

The expression is a sum.

Fn

AtomType.Fn

The expression is a function.

Mul

AtomType.Mul

The expression is a product.

Num

AtomType.Num

The expression is a number.

Pow

AtomType.Pow

The expression is a power.

Var

AtomType.Var

The expression is a variable.