🔰序列 (List)
[1,3,6] // comma separated
[1...9] // list with step = 1
[5,10...40] // list with custom step
Desmos 目前不支援 list of lists❗ ( 👉 example )
但可以用 list of points。
Last updated
Was this helpful?
[1,3,6] // comma separated
[1...9] // list with step = 1
[5,10...40] // list with custom step
Desmos 目前不支援 list of lists❗ ( 👉 example )
但可以用 list of points。
Last updated
Was this helpful?