This is the Windows app named Calc whose latest release can be downloaded as Calc-1.3.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Calc with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS:
Calc
DESCRIPTION:
A little calculator for programmers that runs on Windows and Linux, where you type a mathematical expression with a C-like syntax and get the result as a number.
Features
- Supports mathematical expressions with C-like syntax
- Plaintext input with normal functionality like copy/paste
- Starts in less than a second on modern hardware
- Compute multiple expressions using line breaks or commas
- Declare variables with equals symbol (ex: a=2, a*a => 4.0)
- Type hexadecimal numbers with 0x prefix (0x1f => 31.0)
- Type binary numbers with 0b prefix (0b101 => 5.0)
- Support for common functions (sin(pi/2) => 1.0)
- Support for user defined javascript functions in calc.txt
- Compute powers using hat notation (2^3 => 8.0)
- Uses regular 64-bit precision floats
- Cross platform (Requires Java 1.6 or greater)
This is an application that can also be fetched from https://sourceforge.net/projects/text-field-calculator/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.