More actions
(Created page with "{{Infobox PSP Homebrews |title=GCD Calculator |image=pgcdcalculator2.png |description=The greatest common divisor calculator. |author=stifpsp |lastupdated=2009/10/24 |type=Mat...") |
m (Text replacement - "Category:Homebrew maths applications on PSP" to "") |
||
Line 58: | Line 58: | ||
[[Category:PSP homebrew applications]] | [[Category:PSP homebrew applications]] | ||
Revision as of 06:16, 8 Mayıs 2024
GCD Calculator | |
---|---|
General | |
Author | stifpsp |
Type | Math |
Version | 1.0 |
License | Mixed |
Last Updated | 2009/10/24 |
Links | |
Download | |
Website | |
PGCD calculator (French) is a program that allows you to quickly find the greatest common divisor of a set of numbers.
It is a port of PGCD Calculator 1.00 BETA on PC by stifpsp, adapted from the library of Geecko.
User guide
This program directly calculates the Greatest Common Divisor without having to put Euclid's algorithm on a sheet.
Example: ( a , b ) where a = 500 and b = 300.
You enter 500 then 300 and you will find 100 if you use PGCD Calculator.
If you calculate the GCD yourself, you will then have to do:
GCD ( 500 , 300 ) 500 = 300 * 1 + 200 300 = 200 * 1 + 100 200 = 100 * 2 + 0
Controls
Analog - Choose number
Circle - Input number
Triangle - Delete number
Start - Confirm
Cross - Do another calculation
Circle - Exit program
Screenshots
Credits
Thanks to:
- Xevious78.
- TheZeroSite.
- Geecko.
- K91220.
This program uses Danzeff keyboard.
External links
- Author's website - http://stifpsp.dev.free.fr/release.html