Casio FC-200

Datasheet legend
Ab/c: Fractions calculation
AC: Alternating current
BaseN: Number base calculations
Card: Magnetic card storage
Cmem: Continuous memory
Cond: Conditional execution
Const: Scientific constants
Cplx: Complex number arithmetic
DC: Direct current
Eqlib: Equation library
Exp: Exponential/logarithmic functions
Fin: Financial functions
Grph: Graphing capability
Hyp: Hyperbolic functions
Ind: Indirect addressing
Intg: Numerical integration
Jump: Unconditional jump (GOTO)
Lbl: Program labels
LCD: Liquid Crystal Display
LED: Light-Emitting Diode
Li-ion: Lithium-ion rechargeable battery
Lreg: Linear regression (2-variable statistics)
mA: Milliamperes of current
Mtrx: Matrix support
NiCd: Nickel-Cadmium rechargeable battery
NiMH: Nickel-metal-hydrite rechargeable battery
Prnt: Printer
RTC: Real-time clock
Sdev: Standard deviation (1-variable statistics)
Solv: Equation solver
Subr: Subroutine call capability
Symb: Symbolic computing
Tape: Magnetic tape storage
Trig: Trigonometric functions
Units: Unit conversions
VAC: Volts AC
VDC: Volts DC
Years of production: 1988  Display type: Alphanumeric display  
New price:   Display color: Black  
    Display technology: Liquid crystal display 
Size: 5½"×3"×½" Display size: 12 characters
Weight: 3 oz    
    Entry method: Formula entry 
Batteries: 2×"CR-2032" Lithium Advanced functions: Exp Lreg Fin Cmem 
External power:   Memory functions:  
I/O:      
    Programming model: Formula programming 
Precision: 12 digits Program functions: Jump Cond Subr Lbl  
Memories: 26 numbers Program display: Formula display  
Program memory: 262 program steps Program editing: Formula entry  
Chipset:   Forensic result:  

Here is another programmable financial calculator from Casio.

Like its bigger cousin, the FC-1000, the FC-200 also has a somewhat gutted program model, presumably to make room for the financial functions. This calculator, too, lacks essential capability such as trigonometric functions.

My favorite programming example, the Gamma function, using this calculator, can be implemented very accurately on the FC-200. As the Gamma function forms the basis of many statistical computations, so a reliable implementation must be of value on a calculator aimed at the business/financial market:

Ans→X:
1→Y:
Lbl 1:
X>=0⇒Goto 2:
XY→Y:
X+1→X:
Goto 1:
Lbl 2:
(2.506628275635+225.5255846192÷X−
268.2959738413÷(X+1)+80.90308069346÷(X+2)−
5.007578639705÷(X+3)−.01146848954348÷(X+4))×
(X+4.65)yx(X−.5)÷e(X+4.65)÷Y