Factors

Version 1.0.2   13 March 2023

Summary

This is a special purpose widget which calculates the factors and prime factors of a natural number.

Instructions

When the Widget is started, it displays a window with three fields.

Enter a number between 1 and 9007199254740991 ( = 2^53 - 1 ) into the white field.
The grey fields are used to display the factors (if no more than 50) and prime factors when the RETURN or ENTER key is pressed (or the Calculate button is pressed).

Credits

The widget is partly based on Rosettacode which is made available under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.

Licenses

The factorize.js module is made available under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.

The rest of 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.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Widget Concept, Coding and Documentation

Harry Whitfield (G6AUC)