in c#
angle = 90 x = angle * pi(3.14...) / 180 --- convert to radian "x value is 1.5768..."
and y = math.sin(x) --- "y value is 1"
i know "sin(x) = y/r" and
if r = 1
sin(x) = y
what happening in math.sin argorithm internally
i have to know math.sin(x) for next step