Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの形式とアイデアを試してみましたが、構文がややこしいです。助けていただければ幸いです。
from math import exp, cos, sin theta = 0.1 # Just as an example r = exp(cos(theta)) - 2 * cos(4 * theta) + sin(theta / 12) ** 5