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