93 posts
Posted 01 March 2013 - 12:05 PM
Hey all! I made this program to easily do Pythagorean Theorem for school work and wanted to post it.
This is actually two program: One to find the hypotenuse, and one to find the leg. There is an instruction file inside the folder that tells
you how to use the thing. Just put the programs in a computer or use the CC-Emulator and put it in the saves folder of it. I tested it and it has absolutely no errors (Except when you put in letters). Download and enjoy! I also added the feature that prints out what to write on your paper if you have to show your work. Please have fun!
Download link:
Click here
116 posts
Location
France
Posted 01 March 2013 - 01:02 PM
Oh ******* great program !
Cheater mode enabled lol.
In France, I'm in "4ème", and it's when we do Pythagorean Theorem :D/> I only need to translate your program ^^
Thanks you man !Now, do a function which it check if the triangle have a right angle
2217 posts
Location
3232235883
Posted 01 March 2013 - 01:05 PM
oh god pastebin please
386 posts
Location
France
Posted 02 March 2013 - 09:08 AM
Oh ******* great program !
Cheater mode enabled lol.
In France, I'm in "4ème", and it's when we do Pythagorean Theorem :D/> I only need to translate your program ^^
Thanks you man !Now, do a function which it check if the triangle have a right angle
Ahlala le théorème de pythagore…. le plus chiant je pense …. Bon courage pour ta 4eme !
Not sure if it will be in italic but i'm not sure for tge BBcode :/
53 posts
Posted 05 March 2013 - 10:30 AM
please add pics :)/>
1511 posts
Location
Pennsylvania
Posted 05 March 2013 - 02:52 PM
(*cough cough* you should do a midpoint and distance calculator. I would love to see one fully functional)
Checking the validity of a number is quite simple:
local num = read()
local check = tonumber(num)
if type(check) ~= "number" then
--We've got ourselves a badass'
else
--Everything checks out
end
With that being said, all you have to do is this:
repeat
local num = read()
local check = tonumber(num)
if type(check) ~= "number" then
print("Not a number")
sleep(2)
end
until type(check) == "number"
Here is a
link to my caculator(Very outdated) that has Pythagorean Therorem Support
288 posts
Location
The trashcan where all Undertale trash is
Posted 06 March 2013 - 10:24 AM
Oh ******* great program !
Cheater mode enabled lol.
In France, I'm in "4ème", and it's when we do Pythagorean Theorem :D/> I only need to translate your program ^^
Thanks you man !Now, do a function which it check if the triangle have a right angle
Ahlala le théorème de pythagore…. le plus chiant je pense …. Bon courage pour ta 4eme !Not sure if it will be in italic but i'm not sure for tge BBcode :/
The BBcode for italics is
(text) (remove the spaces)
2088 posts
Location
South Africa
Posted 06 March 2013 - 06:05 PM
Oh ******* great program !
Cheater mode enabled lol.
In France, I'm in "4ème", and it's when we do Pythagorean Theorem :D/> I only need to translate your program ^^
Thanks you man !Now, do a function which it check if the triangle have a right angle
Ahlala le théorème de pythagore…. le plus chiant je pense …. Bon courage pour ta 4eme !Not sure if it will be in italic but i'm not sure for tge BBcode :/
The BBcode for italics is
(text) (remove the spaces)
text[/i]
No need for spaces :]
1522 posts
Location
The Netherlands
Posted 07 March 2013 - 11:35 AM
Pastebin…..
93 posts
Posted 12 May 2013 - 09:51 PM
Getting pastebin now. I have to retrieve my code though lol!
93 posts
Posted 12 May 2013 - 09:54 PM
Doing a COMPLETE rewrite and making a UI and a settings file to work with the new Advanced Computers. Will also give printer functions and everything to make life easier.
1583 posts
Location
Germany
Posted 13 May 2013 - 03:56 PM
I can help with the GUI. I'm going to download your program and try to add a GUI(If I have a working GUI I will send you a PM).