VBForums
>
Visual Basic
>
ASP, VB Script
> Powers and Square roots
PDA
Click to See Complete Forum and Search -->
:
Powers and Square roots
Dec 21st, 2000, 06:34 PM
I am using VisualInterdev and need to make a calculation on my form. I need to raise a value to the .745 power. How do I write this in vbscript?
pactalon
Dec 21st, 2000, 08:19 PM
NewNum = Num ^ 0.745
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.