MathObject::tan Method (Double)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Calculates the tangent of the specified angle.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Math_tan)]
static double tan(
	double x
)

Parameters

x
Type: System::Double

An angle, measured in radians.

Return Value

Type: System::Double

The tangent of x.

.NET Framework
Available since 1.1
Return to top
Show: