+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Log function (Vb.net)


Math.Log (Vb.net)
Math.Log() function returns the logarithm of the specified number.
Input parameter data type
Math.Log() function accepts double as input parameter data type.
Example
MsgBox(Math.Log(10.0))
Return Value
The message box will display 2.30258509299405.

0 comments: