Jump to content

formula logic for a number times a power


Recommended Posts

May be really easy, just dont know how. I need it to simply be a defined such as the first 3. -pulled from input box.

Then the Y would come from another input box

I can do this with a loop but I am sure someone else has a simple formula

Please help...

Link to comment
Share on other sites

May be really easy, just dont know how. I need it to simply be a defined such as the first 3. -pulled from input box.

Then the Y would come from another input box

I can do this with a loop but I am sure someone else has a simple formula

Please help...

$x = InputBox("", "")
$number = ($x^4) ;value of inputbox to the power of 4...
msgbox(0,"",$number)
Edited by EvAsion
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...