Software Development Network>> VS Express Editions>> advanced operators?
This works for me to raise 2 to the 1.6 power.
TextBox1.Text =
Also there is this from the math library:
n = log(B)[X] = 1 / log(X)[*B*]")
IGNORE THE ASTERISTS - They are to prevent beer mug emoticons
I believe the [*b*] specifies the base of the log....
advanced operators?
colostate
This works for me to raise 2 to the 1.6 power.
TextBox1.Text =
CDbl(2 ^ 1.6)Also there is this from the math library:
n = log(B)[X] = 1 / log(X)[*B*]")
IGNORE THE ASTERISTS - They are to prevent beer mug emoticons
I believe the [*b*] specifies the base of the log....
dlsmith68
Rob McCabe