Re: LF: 92 Proliferation


[Prev][Next][Index][Thread]

Re: LF: 92 Proliferation



At 09:47 PM 11/21/96 -0600, you wrote:
>>Also, even though I've had my 92 for months now, I suddenly realized that 
>>I have no clue where the "x sqr root y", you know for calculating cubic 
>>roots, etc., is.  Since I'm too lazy to look it up :), I thought one of 
>>you might help me out.
>
>as far as i know there is no function for that.. you need to make a
>function.. thats pretty easy.. however you need the formula.. should be easy
>to find.. (if someone does could they send it or post it.. cause putting
>fargo on i killed my function thinger)
>the formual has somthing to do with natural logs and some other stuff.. 
>
I wrote a dinky program that solvs that, I think i even got the idea from
soneone on this list: 


root (x,y)
prgm
return y^(1/x)
endprog


ex. 
root (2,25) == 5
<pre>
--
//                                Brad/kb8mns/regul^tor
//                                Bhein@lsd.k12.mi.us
//          http://lsd.k12.mi.us/~bhein
</pre>


References: