PySet

Revision as of 22:20, 27 August 2025 by Calvin.lu (talk | contribs) (Created page with "== Set( x, ''I'' ) == Creates a Python set from unique elements in «x». Use <code>PySet(x)</code> when «x» is an Analytica set (has an implicit dimension), or <code>PySet...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Set( x, I )

Creates a Python set from unique elements in «x».

Use PySet(x) when «x» is an Analytica set (has an implicit dimension), or PySet( x, I ) when «x» is an array, where «I» specifies the index to assemble the set over.

Comments


You are not allowed to post comments.