On Mon, Jun 09, 2003 at 11:07:40AM +0100, Simon Mullis wrote: > Hello all, > > Am I right in thinking there is no easy way to do a square root in RPN?
Isn't a square root the same as exp(log(x)/2) ? CDEF:y=x,LOG,2,/,EXP Not sure,never tried it, just try it yourself. HTH -- Much of what looks like rudeness in hacker circles is not intended to give offence. Rather, it's the product of the direct, cut-through-the-bullshit communications style that is natural to people who are more concerned about solving problems than making others feel warm and fuzzy. http://www.tuxedo.org/~esr/faqs/smart-questions.html -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
