AbstractMath

class pqp.symbols.AbstractMath

Bases: ABC

Abstract class for things that can be displayed as math

Methods Summary

display()

Renders an expression as Latex using IPython.display

to_latex()

Methods Documentation

display()

Renders an expression as Latex using IPython.display

abstract to_latex()