-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ahmad Lutfi edited this page Jul 2, 2023
·
2 revisions
Welcome to the Laplace wiki!
All actions are restricted to the ast parsed
objects
where one can do the following operations in python
:
- Add
Add
- Subtract
Sub
- Multiply
Mul
- Division
Div
- Power
Pow
Hence, using the ast
package, one could do the 5
mentioned operations, with the ease of use.