Raise Numbers to Power 4/5 Quickly w/C Program

  • Thread starter Thread starter Madou
  • Start date Start date
  • Tags Tags
    Power
Click For Summary

Discussion Overview

The discussion revolves around the need to raise a set of numbers to the power of 4/5, exploring methods to achieve this quickly, particularly through programming in C or using other tools like Excel or online calculators.

Discussion Character

  • Homework-related
  • Technical explanation

Main Points Raised

  • One participant expresses a need to raise a dozen numbers to the power of 4/5 and seeks advice on how to do this quickly, mentioning a preference for a C program.
  • Another participant provides a link to an online tool that may assist with the calculations.
  • A different participant suggests using Excel with a specific formula to perform the operation efficiently.

Areas of Agreement / Disagreement

Participants offer different methods to achieve the same goal, indicating multiple competing views on the best approach without a consensus on a single solution.

Contextual Notes

The discussion does not clarify the specific requirements for the C program or any limitations of the suggested methods, such as the handling of large datasets or precision issues.

Who May Find This Useful

Individuals looking for quick methods to raise numbers to a fractional power, particularly those familiar with programming or spreadsheet software.

Madou
Messages
42
Reaction score
0
raise to power (4/5) !

i need to raise a dozen of numbers to the power 4/5 . i can use any online calculator but i didn't find any yet... or i can write a simple C program. but i don't know how. (i can write simple C programs). any ideas? or how would you do it on my place?
and i need to do it fast ;)
 
Physics news on Phys.org


If it's a lot of numbers, I would do this in Excel.

Use a formula like
=A1^0.8
for example.
 


thank you ;)
 

Similar threads

Replies
7
Views
3K
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 22 ·
Replies
22
Views
6K
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
11K