2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 #include "mathieeesingtrans_intern.h"
10 Calculate the cosine and the sine of the given IEEE single
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 single precision number.
17 *z - IEEE single precision floating point number
18 direct result - IEEE single precision floating point number
34 AROS_LH2(float, IEEESPSincos
,
35 AROS_LHA(float *, z
, A0
),
36 AROS_LHA(float, y
, D0
),
37 struct Library
*, MathIeeeSingTransBase
, 9, MathIeeeSingTrans