2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6 #include "mathieeedoubtrans_intern.h"
10 Calculate the tangens of the given IEEE double precision number
11 where y represents an angle in radians.
14 result - IEEE double precision floating point number
29 AROS_LH1(double, IEEEDPTan
,
30 AROS_LHA(double, y
, D0
),
31 struct MathIeeeDoubTransBase
*, MathIeeeDoubTransBase
, 8, MathIeeeDoubTrans
43 return IEEEDPPInfty_Hi
;
47 return IEEEDPPInfty_Lo
;