Qurak

FullForm

利用可能、.wl リファレンスと異なります

In `wolframscript`'s script (`-code`) mode the result is printed in InputForm,

FullForm[expr]
FullForm[x+y+z] → FullForm[x + y + z]FullForm[x y z] → FullForm[x*y*z]FullForm[5*x] → FullForm[5*x]FullForm[x^n] → FullForm[x^n]FullForm[{a,b,c}] → FullForm[{a, b, c}]FullForm[a->b] → FullForm[a -> b]FullForm[a=b] → FullForm[b]FullForm[a b + c] → FullForm[a*b + c]FullForm[a (b + c)] → FullForm[a*(b + c)]

使用箇所

トピック

関連

全 6300 関数 · MCPクライアントから使う