The DSIN function accepts a number that indicates the number of radians in an angle and returns the double-precision value of the sine of that angle. The argument is reduced to the first quadrant by the method used in calculating the single-precision sine. The calculation proceeds by means of a polynomial approximation.