Casio CFX-9850GB PLUS
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 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CFX-9850GB PLUS
The CFX-9850GB Plus is another enhanced version of the CFX-9850G graphing calculator from Casio.
Demonstrating the programming model and functionality of this calculator is the program below, computing the logarithm of the Gamma function for any real argument for which a real result exists:
Rad "X=":?->X 1->S X<0=>-1->S X<0=>-X->X ln (2.506628283501+92.20704845211÷X- 83.17763708288÷(X+1)+14.80283193078÷(X+2)- .2208497079533÷(X+3))+(X-.5)ln (X+3.85)-X-3.85->G S<0=>ln (-π÷X÷sin πX)-G->G G