Unit Circle- uneven distribution of points

Dear All

Hi, I am making a simple unit circle with the Algorithm Sin(x), Cos(x) as in the attached file.
However, as you can see that the resulting points, although in circular form, are not evenly distributed.
Would anyone know the reason for this and how to make it into an evenly distributed set of points over the circumference?

Many thanks in advance!

Kind regrds
YutakaUnit Circle Uneven points.gh (9.3 KB)

Your numbers go from zero to ten, if you want to create a circle with evenly spaced points, you must make a number of steps between zero and 2\pi: twopi.gh (15.1 KB)

Dear David

Thank you very much for your advice!

Kind regards

Yutaka