This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Konlab's profile picture

Advanced scientifical calculator

Started by Konlab, 02 April 2014 - 03:36 PM
Konlab #1
Posted 02 April 2014 - 05:36 PM
Hi!
I made a text-based scientific advanced calculator!
[attachment=1553:calc.JPG]
Download:
Spoilerpastebin get PXej1YTw AdvCalc
(AdvCalc is recommented name)
Usage:
First enter operation
list of operatins:
Spoiler+ - * / ^ sq log ln
non-working: sin cos tan
commands: help exit
then the 1., then the 2. number to operate with!
Some another informations:
SpoilerCredits: Code by KonlabGroup
Latest version:1.0
Another my programs:
SpoilerDiaAPI link: http://www.computercraft.info/forums2/index.php?/topic/17776-diaapi-dialog-boxes-simple/
RoomFM(not done)
AppRoom (an app store)(not done)
Thanks for reading!

Happy Programing!
Saldor010 #2
Posted 02 April 2014 - 06:37 PM
Why don't you make it GUI based? There are already tons of text based calculators.
apemanzilla #3
Posted 02 April 2014 - 06:55 PM
I'd rather just use a lua prompt, tbh - can do much more complex stuff. If it was UI based, that would be nice :)/>
Konlab #4
Posted 03 April 2014 - 02:06 PM
I have an UI based too, but it is only in beta version(1.0 beta)
When I clear all mistakes then I change this on it.