Computer problems,Computer help
*AX SOFT>>>Programming & Design

Long form equation for finding the cubed root of a number?


I am looking for an equation that I can plug into a computer program that I am writing. The parent program does not have the ability for cubed roots. Is there a long hand equation?

If your program allows fractional exponents try x^(1/3) or pow(x,1/3) .

you need to buy a scientific calculator with programable equations, my slide rule won't help you

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • How to write this C code?

    I'd use something like shown below int ForeignTimeToEastern (int hour, int adjustment) { int temptime; int timefactor; switch (adjustment) { case 0: timefactor=-5; // london ...

  • What's the command for writing francesca with s' having that thing above?

    艢艣艤艥拧 click start and goto search, search files for a program named character map, it will give you commands for any characters you want. best answer appreciated :)

    ...
  • NAND Gate question?

    a) K-MAP in SOP form is correct: AC'+A'C b) to make the circuit using NAND gates, you will need 5. A' and C' will require both inputs tied together (2 gates) then make A&#...

  • How do you solve the following problem recursively?

    I'm not familiar with Java functions (you need mod and a print statement that doesn't add a newline) . Formatting is probably a little screwed up...want it in python? public static vo...

  • Adobe AIR...just another widget platform?

    Because Adobe doesn't have any Widgets or gadget or konfabulator of it's own. This is a new trend and they want to get in on it. Simple as that.

    ...
  • I downloaded one .nrg file. How do i access it?

    Its actually a nero image file.. An image file is file that has all the files in a cd compiled in it. u need a virtual drive to mount this .nrg file, so that u can use it the best virtual ...

  • Is there a calls limit for Google AJAX search API and Youtube API?

    There is no call limit, however be aware that all AJAX web request take some time to process the request and return a response. You must allow some sort of small wait state or waiting mechanism wi...

  • C++ Leap Year program with "variable is being used without being initialized" and always return true problem

    I think there are two problems in your code. First, the warning is talking about this function char moreData(){ char carryOn; cout<<"Do you want to enter more data? (y/n) "; ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster