2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 #include "mathieeedoubtrans_intern.h"
10 Calculate the cosine and the sine of the given IEEE double
11 precision number where y represents an angle in radians. The
12 function returns the sine of that number as a result and puts
13 the cosine of that number into *z which must represent
14 a valid pointer to a IEEE double precision number.
17 *z - IEEE double precision floating point number
18 direct result - IEEE double precision floating point number
33 AROS_LH2(double, IEEEDPSincos
,
34 AROS_LHA(double *, z
, A0
),
35 AROS_LHA(double, y
, D0
),
36 struct MathIeeeDoubTransBase
*, MathIeeeDoubTransBase
, 9, MathIeeeDoubTrans