.. Machine generated by generate_api_rst.py. Do not edit by hand. sym === .. py:data:: wrenfold.sym.AnyExpression ``pywrenfold.sym.Expr | pywrenfold.sym.BooleanExpr | pywrenfold.sym.MatrixExpr | pywrenfold.sym.CompoundExpr`` .. py:data:: wrenfold.sym.E Euler's constant. .. py:data:: wrenfold.sym.I The imaginary constant. Used to denote complex numbers. .. py:data:: wrenfold.sym.false Boolean false. .. py:data:: wrenfold.sym.imaginary_unit The imaginary constant. Used to denote complex numbers. .. py:data:: wrenfold.sym.nan Used to represent mathematically undefined expressions. .. autodata:: wrenfold.sym.one .. py:data:: wrenfold.sym.pi Pi .. py:data:: wrenfold.sym.true Boolean true. .. autodata:: wrenfold.sym.zero .. py:data:: wrenfold.sym.zoo Complex infinity. One of the poles of the Riemann sphere. .. autofunction:: wrenfold.sym.abs .. autofunction:: wrenfold.sym.acos .. autofunction:: wrenfold.sym.acosh .. autofunction:: wrenfold.sym.addition .. autofunction:: wrenfold.sym.asin .. autofunction:: wrenfold.sym.asinh .. autofunction:: wrenfold.sym.atan .. autofunction:: wrenfold.sym.atan2 .. autofunction:: wrenfold.sym.atanh .. autofunction:: wrenfold.sym.compare .. autofunction:: wrenfold.sym.cos .. autofunction:: wrenfold.sym.cosh .. autofunction:: wrenfold.sym.derivative .. autofunction:: wrenfold.sym.det .. autofunction:: wrenfold.sym.diag .. autofunction:: wrenfold.sym.distribute .. autofunction:: wrenfold.sym.eliminate_subexpressions .. autofunction:: wrenfold.sym.eq .. autofunction:: wrenfold.sym.exp .. autofunction:: wrenfold.sym.eye .. autofunction:: wrenfold.sym.float_constant .. autofunction:: wrenfold.sym.floor .. autofunction:: wrenfold.sym.full_piv_lu .. autofunction:: wrenfold.sym.ge .. autofunction:: wrenfold.sym.get_variables .. autofunction:: wrenfold.sym.gt .. autofunction:: wrenfold.sym.hstack .. autofunction:: wrenfold.sym.integer .. autofunction:: wrenfold.sym.iverson .. autofunction:: wrenfold.sym.jacobian .. autofunction:: wrenfold.sym.le .. autofunction:: wrenfold.sym.log .. autofunction:: wrenfold.sym.lt .. autofunction:: wrenfold.sym.make_symbols .. autofunction:: wrenfold.sym.matrix .. autofunction:: wrenfold.sym.matrix_of_symbols .. autofunction:: wrenfold.sym.max .. autofunction:: wrenfold.sym.min .. autofunction:: wrenfold.sym.multiplication .. autofunction:: wrenfold.sym.pow .. autofunction:: wrenfold.sym.rational .. autofunction:: wrenfold.sym.row_vector .. autofunction:: wrenfold.sym.sign .. autofunction:: wrenfold.sym.sin .. autofunction:: wrenfold.sym.sinh .. autofunction:: wrenfold.sym.sqrt .. autofunction:: wrenfold.sym.stop_derivative .. autofunction:: wrenfold.sym.subs .. autofunction:: wrenfold.sym.substitution .. autofunction:: wrenfold.sym.symbol .. autofunction:: wrenfold.sym.symbols .. autofunction:: wrenfold.sym.tan .. autofunction:: wrenfold.sym.tanh .. autofunction:: wrenfold.sym.unevaluated .. autofunction:: wrenfold.sym.unique_symbols .. autofunction:: wrenfold.sym.vec .. autofunction:: wrenfold.sym.vector .. autofunction:: wrenfold.sym.vstack .. autofunction:: wrenfold.sym.where .. autofunction:: wrenfold.sym.zeros .. autoclass:: wrenfold.sym.BooleanExpr :members: :special-members: :exclude-members: __dict__,__weakref__,__repr__,__getstate__,__setstate__ .. autoclass:: wrenfold.sym.CompoundExpr :members: :special-members: :exclude-members: __dict__,__weakref__,__repr__,__getstate__,__setstate__ .. autoclass:: wrenfold.sym.Expr :members: :special-members: :exclude-members: __dict__,__weakref__,__repr__,__getstate__,__setstate__ .. autoclass:: wrenfold.sym.Function :members: :special-members: :exclude-members: __dict__,__weakref__,__repr__,__getstate__,__setstate__ .. autoclass:: wrenfold.sym.MatrixExpr :members: :special-members: :exclude-members: __dict__,__weakref__,__repr__,__getstate__,__setstate__