doctests
This commit is contained in:
@@ -26,6 +26,13 @@ Abstracts tools for calculs manipulations
|
||||
'2 + 3 * 4'
|
||||
>>> tree2tex(t)
|
||||
'2 + 3 \\times 4'
|
||||
>>> t = Tree.from_str("2+3x")
|
||||
>>> print(t)
|
||||
+
|
||||
> 2
|
||||
> *
|
||||
| > 3
|
||||
| > x
|
||||
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user