Name: | tcalc |
---|---|
Version: | 2.1 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Applications/Productivity |
Size: | 123349 |
License: | GPLv3+ |
RPM: | tcalc-2.1-1.el7.aarch64.rpm |
Source RPM: | tcalc-2.1-1.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://sites.google.com/site/mohammedisam2000/home/projects |
Summary: | The terminal calculator |
Description: | The terminal calculator is a small and helpful program to help users of the GNU/Linux terminal do calculations simply and quickly. The formula to be calculated can be fed to tcalc through the command line. Alternatively, tcalc can be run with no formula and then the free mode is started, in which the calculator will wait for user input, do the necessary calculations and print out the result, and the cycle will repeat until the user enters 'q' or 'quit'. Support for reading formulas from text files is under way. The calculator works with the decimal, hexadecimal, octal, and binary number systems. It automatically identifies hex numbers if entered with a preceding "0x" or "0X", octal by preceding the number with a zero, binaries by preceding the number with 'b' and decimals by absence of all of the above. Alternatively, the user can indicate the type of input by setting the 'format' argument. |
- Fixed a bug in number conversion function - Deciml outputs both signed and unsigned
- Added Factorial function - Expanded Table option (Added: from, to, step) - Improved Custom file reading - Added Bitwise op support (partial) - Corrected precendence in calculations
- Fixed cusom_func.c - Added calc.c - Added memory checking and fixed the division function
- Added '-table' option to print multiplication tables - Added handling for input redirection from command line
- Fixed file reading function
- Corrected ltmain version & duplicate file in spec - Added support for custom function definitions - Partial support for reading files
- Corrected spelling errors in spec file - Added support for math library functions
- First release