by hinklejd
Godsend is a command line program written in PHP which allows one to perform calculations on physical quantities. These may be vectors or scalars and carry units. It includes numerous physical constants and performs unit conversions automatically.
Changes since 0.2:
* operation.inc.php (operation_exec): Now protects against division by 0. To do this a constant, INF has
been defined in godsend.inc.php. Perhaps a constant _inf could be introduced now...
* quantity.inc.php ...
Changes since 0.2:
* database (units): Fixed stupid error where the dimensions string for mA unit was set to 10^1 (10 is the
unit id for A). That's what was causing a strange error. Goes to show how important it is for the
...
Changes since v0.1: 2003-11-19 Jacob Hinkle* database (units): Added lots of units, had 33 units, now have 57 * database (constants): Added constant hc, equal to _h * _c * error.inc.php godsend.php (error_handle): Added error ...
Anonymous committed patchset 1 of module CVSROOT to the GodSend CVS repository, changing 11 files
Anonymous created the Welcome to Developers forum thread
Anonymous created the Welcome to Help forum thread
Anonymous created the Welcome to Open Discussion forum thread
Changes since 0.4:
* quantity.inc.php/parse.inc.php (getString/parse_cmdline): Don't print entire vector if it's bigger than
10 elements, except if the vector is just being declared or if it is being excplicitly asked for.
Right ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use