![]() |
WP-34S Bug Report - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: WP-34S Bug Report (/thread-244885.html) |
WP-34S Bug Report - Barry Mead - 06-11-2013 Last week I bought a WP-34S calculator from Eric Rechlin and I am generally very pleased with the advanced technology incorporated into this device. I did, however, discover one small bug that I wish to report. The "Complex Hyperbolic Tangent" function does not follow the rules described in the manual of using RADIANS exclusively.
When the calculator is in the DEGREES or GRADS mode, the Complex Hyperbolic Tangent function (and none of the other complex trig functions) erroneously performs a conversion of the imaginary component into RADIANS (from DEGREES or GRADS depending on the mode)
My actual calculator has a VERS string "34S3.2T3382" and I also Re: WP-34S Bug Report - Paul Dale - 06-11-2013 Yes, a bug. A fix has been committed. A build will come later, I can't access the build machine at present.
Re: WP-34S Bug Report - Marcus von Cube, Germany - 06-11-2013 Windows is a mess... ;(
After an hour or so of updating the build system I was finally able to do a rebuild of the WP 34S software. It's available on SVN.
Re: WP-34S Bug Report - Barry Mead - 06-11-2013 I tried a bunch of svn clone commands that I found on various web pages related to the wp-34s, but none of them seem to work.
Can you quote me the EXACT svn clone command needed to retrieve the binary flash files I need to update my wp34s so that it will no-longer have the "Complex Hyperbolic Tangent" bug?
Re: WP-34S Bug Report - Marcus von Cube, Germany - 06-12-2013 The following should do: svn checkout svn://svn.code.sf.net/p/wp34s/code wp34s It will download the complete tree. If you just want to get to the binaries try this in your browser:
http://sourceforge.net/p/wp34s/code/HEAD/tree/trunk/realbuild/
|