If I give sage the following:
sin(2*pi/30)
It give in return
sin(1/15*pi)
While I want the numeric value. I know that the most accurate result is the one given by sage by I need to compare it with another result I gut from numerical calculation.