can everybody help me with this formula :
X1 = x + radius * cos( n * 2 * 3.14 / 6 )
when i using calculator with x = 100, radius = 50 & n = 1 the result in X1 = 125 but when i try to using kodular the result is 149.99166 this my blocks
i thought before (in kodular) i can make the math formula in a single block so it will be easier but its not, i must calculate the cos/sin outside the block i already made (i must rewrite my block).