2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 #include "mathieeesingtrans_intern.h"
8 /*****************************************************************************
12 AROS_LH2(float, IEEESPSincos
,
15 AROS_LHA(float *, z
, A0
),
16 AROS_LHA(float, y
, D0
),
19 struct Library
*, MathIeeeSingTransBase
, 9, MathIeeeSingTrans
)
22 Calculate the cosine and the sine of the given IEEE single
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 single precision number.
31 *z - IEEE single precision floating point number
32 direct result - IEEE single precision floating point number
38 *****************************************************************************/