Skip to content
Ahmad Lutfi edited this page Jul 2, 2023 · 2 revisions

Welcome to the Laplace wiki!

Allowed acceptable actions

All actions are restricted to the ast parsed objects where one can do the following operations in python:

  1. Add Add
  2. Subtract Sub
  3. Multiply Mul
  4. Division Div
  5. Power Pow

Hence, using the ast package, one could do the 5 mentioned operations, with the ease of use.

Clone this wiki locally