You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message