The Symbol class

Constructors

A Symbol object can be initialized as a named symbol or a constant.

Symbol x("x"), y("y"), zero(0), c3(3.0);
auto vars = Symbol::Array("a", "b", "c", 0, 3.14);

Mathematical operations

Mathematical functions

Logical operations