Results 1 to 2 of 2

Thread: Powers and Square roots

  1. #1
    Guest
    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?

  2. #2
    Banned
    Join Date
    Feb 2000
    Location
    Edmonton, AB, Canada
    Posts
    64
    Code:
    NewNum = Num ^ 0.745

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width