Back to Symbolic Math (SymEngine)
sym.add
Add two expressions: a + b
Syntax
sym.add(a, b)
Description
Add two expressions: a + b
Parameters
| Name | Description |
|---|---|
| a | First operand |
| b | Second operand |
Returns
Expr