Quadratic complete ------------------------------------------------------------------ Version: 1.0, 980214 Creator: Daniel Bergman. Description: The program solves second order equations (x2+px+q=0), with quadratic completition. Comments: "->" is the "STO>"-button, "\/" is the square root. Known bugs: The program can't use non reel roots. Size: 53 bytes. For more games and programs, please visit http://ti80.burtrask.net. PROGRAM:QUADCOM INPUT "P?",P INPUT "Q?",Q P/2->P \/(-Q+P^2->Q DISP -P-Q -P+Q -------------------------------------------------------------------- Copyright (C) 1998 by Daniel Bergman & Mattias Morén http://ti80.burtrask.net