AST node for the Laplace transform: laplace(e, t, s) in the grammar.
Computes L{e(t)} with Laplace variable s via the rule table in laplaceOf. The integration binder t is excluded from children per the _Functional convention; s names the output variable and appears free in the result.
eval applies laplaceOf and guards against the fixpoint (stays symbolic when the rule table cannot reduce the expression).
Value parameters
e
the time-domain expression to transform
s
the complex frequency variable (free in the result)
t
the time variable (binder -- excluded from children)