How to take nth roots?

10,046 views
Skip to first unread message

James Robb

unread,
Jun 2, 2015, 8:41:09 AM6/2/15
to speed...@googlegroups.com
Hello,

I am using speedcrunch on ubuntu built from source, so it is the latest version as of two weeks ago (I believe).

I was wondering how I would go about taking the nth root of numbers. I see there is a square root and a cubic root function, but if I wanted to take the 5th root of something, how could I go about that?

Helder Correia

unread,
Jun 2, 2015, 8:43:47 AM6/2/15
to SpeedCrunch
> if I wanted to take the 5th root of something, how could I go about that?

Hi James, one usually does: x^(1/5)
And since youŕe building from recent source, you can define your own
user function: root(r;x) = x^(1/r)

James Robb

unread,
Jun 2, 2015, 8:45:23 AM6/2/15
to speed...@googlegroups.com
Thanks! That's great!
Reply all
Reply to author
Forward
0 new messages