System Namespace Math Class
Returns the tangent of the specified angle.
[ VB ] Public Shared Function Tan ( _ ByVal a As Double _ ) As Double [ C# ] public static double Tan ( double a ); [ C++ ] public: static double Tan ( double a ); [ JScript ] public static function Tan ( a : double ) : double;
The tangent of a. If a is equal to NaN, NegativeInfinity, or PositiveInfinity, this method returns NaN.
The angle, a, must be in radians. Multiply by π/180 to convert degrees to radians.
Math Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph