rcalc.html - tiny javascript app for finding resistor combinations Copyright (C) 2008 Claire Xenia Wolf <claire@clairexen.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. --------------------------------------------------------------------- This program finds the best combination of one, two or three resistors with a tolerance of 1% from the E6 series to match a specified resistance. The resistance is specified in Ohm. The SI-prefixes 'k' and 'M' are supported. The unit string 'Ohm' is optional. All whitespaces in the input are ignored and the input is case-insensitive.
...