2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6 #include "mathieeedoubtrans_intern.h"
8 /*****************************************************************************
12 AROS_LHQUAD1(double, IEEEDPTan
,
15 AROS_LHAQUAD(double, y
, D0
, D1
),
18 struct MathIeeeDoubTransBase
*, MathIeeeDoubTransBase
, 8, MathIeeeDoubTrans
)
21 Calculate the tangens of the given IEEE double precision number
22 where y represents an angle in radians.
27 result - IEEE double precision floating point number
33 *****************************************************************************/
42 Set_Value64C(Res
, IEEEDPPInfty_Hi
, IEEEDPPInfty_Lo
);
47 return IEEEDPDiv(sn
, cs
);