Back to Symbolic Math (SymEngine)
sym.union
Computes the union of two sets.
Syntax
sym.union(a, b)
Description
Computes the union of two sets.
Parameters
| Name | Description |
|---|---|
| a | - First set. |
| b | - Second set. |
Returns
Expr