Qurak

Apply

可用

Applies a function to list elements as arguments.

f @@ expr or Apply[f, expr]
Apply[f, expr, levelspec]
Apply[f]
Apply[Plus, {1, 2, 3}] → 6Apply[Times, {2, 3, 4}] → 24{Apply[f, g[x][y]], Apply[f, g[x][y][z]]} → {f[y], f[z]}{Apply[f, a -> b, {0}], Apply[f, a == b, {0}]} → {f[a, b], f[a, b]}

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用