+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Tan function (Vb.net)


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

Example
MsgBox(Math.Tan(0.5))
Return Value
It displays 0.54630248984379 in the message box.

0 comments: