I am having a difficult time finding information on how to use the Natural Logarithm in my Visual Basic v6.0 code. If anyone is familiar 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: LN is where the Natural Logarithm is to be included for my calculation
Thank you all for any help to come!
Here is my code example:
txtTime.Text = LN((sngT_Coffee - sngT_Ambient) / (75)) / (-0.1)
Note: LN is where the Natural Logarithm is to be included for my calculation
Thank you all for any help to come!