+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Tanh function (Vb.net)


Math.Tanh (Vb.net)
Math.Tanh() function returns the hyperbolic tangent of the specified angle.
Input parameter data type
Math.Tanh() function accepts double as input parameter data type.

Example
MsgBox(Math.Tanh(0.5))
Return Value
It displays 0.46211715726001 in the message box.

0 comments: