HP-32S

HP-32S

HP-32S
Type Programmable scientific
Introduced 1988
Discontinued 1991
Successor HP-32SII
Calculator
Entry mode RPN
Precision 12 digits displayed
Display type LCD, dot matrix
Programming
Programming language(s) RPN keystroke
User memory 384 bytes
Other
Power supply 3× 1.5V button cells
Weight 120 g
Dimensions 148×80×15 mm
HP-32SII

HP-32SII
Introduced 1991
Discontinued 2002
Predecessor HP-32S
Successor HP 33s
Programming
Other

HP-32S

The HP-32S was a programmable RPN scientific calculator introduced by Hewlett-Packard in 1988 and discontinued in 1991. It continued the tradition of the Hp 11c calculator, as it lacked the higher functions such as matrix calculations and reduced functionality in complex calculations of the highest end Hp 15c Voyager line. It supported limited complex math, statistics, probability, etc.

In 1989, Hewlett-Packard offered a HP-32S 50th Anniversary Limited Edition to employees and shareholders for HP's 50th anniversary.

HP-32SII

The HP-32SII (F1891A) (with prototypes still named HP-32S+) added algebraic math, fractions and a second shift key. This was introduced in 1991 and discontinued in 2002. Two different model variants of the HP-32SII exist.

Sample Program

This is an HP-32SII version of the Euclidean algorithm to find the greatest common divisor. It is run by entering the two numbers for which the GCD is wanted, and pressing XEQ E.

Step Instruction
E01 LBL E
E02 STO A
F01 LBL F
F02 ÷
F03 FP
F04 RCL A
F05 ×
F06 1
F07 x>y?
F08 GTO G
F09 R↓
F10 PSE
F11 x<> A
F12 RCL A
F13 GTO F
G01 LBL G
G02 RCL A
G03 RTN

External links

This article is issued from Wikipedia - version of the 10/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.