Qurak
Documentation
Pricing
Sign in
Qurak
Documentation
Functions
SubValues
SubValues
Available
Returns the sub values of a symbol.
Forms
SubValues[f]
SubValues["symbol"]
Verified examples
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]}
Run this on Qurak
Search the reference
Topics
Assignments
- Information about Assignments
Symbol Handling
- Converting between Expressions and Strings»
Related
Set
SetDelayed
DownValues
UpValues
OwnValues
Information
ValueQ
Clear
ClearAll
Save
DefaultValues
Attributes
← SubtractSides
Succeeds →
All 6300 functions
·
Use this from an MCP client