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

  • Thread starter Thread starter Madou
  • Start date Start date
  • Tags Tags
    Power
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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.