How can I use the Natural Logarithm in my code? I am having a difficult time finding information on how to use the Natural Logarithm in my Visual Basic code.
If anyone is familiar with using the Natural Logarithm with Visual Basic, please give me a hand.
Here is my code example:
txtTime.Text = LN((sngT_Coffee - sngT_Ambient) / (75)) / (-0.1)
Note: the LN in my code is where I need to place the Natural Logarithm for my calculation.
Also, I am using Visual Basic v6.0 [for some reason I can not start new threads in that forum - sorry all]
Thank you very much for any help to come!
If anyone is familiar with using the Natural Logarithm with Visual Basic, please give me a hand.
Here is my code example:
txtTime.Text = LN((sngT_Coffee - sngT_Ambient) / (75)) / (-0.1)
Note: the LN in my code is where I need to place the Natural Logarithm for my calculation.
Also, I am using Visual Basic v6.0 [for some reason I can not start new threads in that forum - sorry all]
Thank you very much for any help to come!