Qurak

TableForm

可用

Display wrapper that returns unevaluated in text/CLI mode, matching

TableForm[list]
TableForm[{a, b, c}] → TableForm[{a, b, c}]TableForm[{{1, 2, 3}, {4, 5, 6}}] → TableForm[{{1, 2, 3}, {4, 5, 6}}]TableForm[Table[{i, i^2}, {i, 3}]] → TableForm[{{1, 1}, {2, 4}, {3, 9}}]ToString[TableForm[{{1, 2, 3}}]] → 1 2 3

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個