_________________________________________________________________________ Title: Coulombs Law Author: Mats Forsén Written by: Mats Forsén Description: Small program, calculates electric charge... Remarks: Version 1.0 for fx7700-GE. Size: XX Bytes _________________________________________________________________________ Command translation: -> Single arrow (located on the keyboard) => Double arrow (press: [shift] [prgm] [f1] [f1]) _ Display, -Disp- (press: [shift] [prgm] [f4]) <= Less or equal (A <= B) >= Greater or equal (A >= B) <> Not equal (A <> B) ^ Raised to the power of / Division or fraction (explain which with a comment) 2rt() Root (2rt(7) is the square root of 7) _________________________________________________________________________ Refer to the command standard used in R20_CASIO and set by Magnus Werner on SilverSTone BBS (2:201/345@fidonet.org). Everything after a ; is a comment and should not be in the code. _________________________________________________________________________ Program: 'COULOMBS LAW' Eng "Q1"?->A "Q2"?->B "r"?->C ;A small R, [SHIFT] [VAR] F1 F2 "F:":9E9*(AB/C^2)_ ;Division, Disp! Eng _________________________________________________________________________ If you need help or information concerning this file, please contact Mats Forsén at one of the following adresses. E-Mail : t95forsm@ava.taby.se WWW : http://elev.ava.taby.se/~t95forsm/programming/ _________________________________________________________________________