Qurak

SubValues

Disponibile

Returns the sub values of a symbol.

SubValues[f]
SubValues["symbol"]
SubValues[f] → {}SubValues /@ Names["f*"] → {}SubValues[f] = {HoldPattern[f[x_][0]] :> x, HoldPattern[f[x_][y_]] :> f[x y][y - 1]} → {HoldPattern[f[x_][0]] :> x, HoldPattern[f[x_][y_]] :> f[x*y][y - 1]}

Argomenti

Correlate

Tutte le 6300 funzioni · Usa questo da un client MCP