Tan()

Math::Tan(double) method

Calculates the tangen of the specified value.

static double System::Math::Tan(double a)

Arguments

ParameterTypeDescription
adoubleThe value to calculate the tangen of

Return Value

The tangen of a

See Also