System Namespace Math Class
Returns the hyperbolic sine of the specified angle.
[ VB ] Public Shared Function Sinh ( _ ByVal value As Double _ ) As Double [ C# ] public static double Sinh ( double value ); [ C++ ] public: static double Sinh ( double value ); [ JScript ] public static function Sinh ( value : double ) : double;
The hyperbolic sine of value. If value is equal to NegativeInfinity, PositiveInfinity, or NaN, this method returns a Double equal to value.
The angle, value, must be in radians. Multiply by π/180 to convert degrees to radians.
Math Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note