2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 #include "mathieeedoubtrans_intern.h"
8 /*****************************************************************************
12 AROS_LH1QUAD1(double, IEEEDPSincos
,
15 AROS_LHA(double *, z
, A0
),
16 AROS_LHAQUAD(double, y
, D0
, D1
),
19 struct MathIeeeDoubTransBase
*, MathIeeeDoubTransBase
, 9, MathIeeeDoubTrans
)
22 Calculate the cosine and the sine of the given IEEE double
23 precision number where y represents an angle in radians. The
24 function returns the sine of that number as a result and puts
25 the cosine of that number into *z which must represent
26 a valid pointer to a IEEE double precision number.
31 *z - IEEE double precision floating point number
32 direct result - IEEE double precision floating point number
38 *****************************************************************************/