public static double TanPi(
double x
)
Public Shared Function TanPi (
x As Double
) As Double
public:
static double TanPi(
double x
)
static member TanPi :
x : float -> float
For an explanation of why and when to use this function, see SinPi(Double).