|
Your download link is at the very bottom of the page... always. |
Processed through Paypal No account required. Donate Bitcoin to this wallet: 1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm Donate Ethereum to this wallet: 0x40E56922F43637224935CDC35e2c96E0392A8505 Donate Litecoin to this wallet: LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL |
File - Download CalcPad v1.14 | ||||||||
Description | ||||||||
Always scroll to the bottom of the page for the main download link. We don't believe in fake/misleading download buttons and tricks. The link is always in the same place. CalcPad v1.14 A smart notepad that calculates answers based on what you type in. It allows you to type in math expressions, assign variables, define functions, convert units, add units together and much more. There is no enter button, it automatically evaluates everything you type as you type it. You can go back and edit, add, or delete anything you want at any time, just like a notepad, and all the calculations will update accordingly. From the author: About CalcPad was designed to take full advantage of the computer screen, keyboard, and mouse. In the past many people tried to simulate calculators as closely as possible. They would even purposely add limitations to make it behave more like a regular calculator. For example, with many physical calculators, if you are typing in an expression and make a mistake, you had to start all over again. On a PC there is no reason for this, but people would add that behavior as if it was a feature. Because of this, I created my own calculator long before CalcPad, but always wanted something like this, so I made it. Philosophy While developing CalcPad, there are a couple things I keep in mind that help determine what features I add. The Little Things Add Up: In software development, some features are categorized as "quality of life". They are often small changes that make things a bit more convenient. A good example of this is all the ways you can type numbers in (see: numeric syntax). I try to keep an eye out for these things and implement them when I can. Empower Existing Features: When I added units to CalcPad, all you could do was convert one unit to the next. The "units" feature was not powerful. Instead of moving on to the next completely new feature, I kept working on the "units" feature and coming up with ideas to make it a better feature (see: unit support). Context (The Little Things Add Up) Language can be ambiguous at times, even mathematical symbols, such as the dash "-". CalcPad is able to deal with some of these, and figure out the intended meaning of a symbol. So if you use the "-" symbol, CalcPad will figure out if you're trying to do subtraction or negation. Below is a list of words and symbols that CalcPad will use in a way that makes sense. Dash "-" can be subtraction or negation. Percent "%" can be percent suffix or modulo operator. Bash "!" can be factorial or logical not. Semicolon ":" can be division (i.e. ratio) or equals (e.g. price: $20). Logic And Bitwise Operators ("not", "and", "or", etc.) can be used on booleans (logic) or integers (bitwise). Structural characters require context to be accounted for as well. Both "<" and ">" can be brackets for vectors: "<4,8>". Or as relational operators: "4 > 8", which outputs "False". The "," can be used in numbers: "2,000,000". Or as a delimiter for functions parameters: "f(2,-2)". And vectors: "<4,8>". Keep in mind that any word or symbol you use as a variable or user-defined function will take precedence over its default meaning. Unit Support (Empower Existing Features) There is a ton of unit support. This is a list of most of what you can do with units and how units behave. Unit Conversion: You can convert units like so, "5 meters to feet" or "pound to kilogram". Unit Conversion: To convert units you can type "to" or "in". Unit arithmetic: "4 feet + 8 inches" outputs "4.66 feet". Unit arithmetic: You can combine it with unit conversion, so "2 meters + 4 inches in feet" outputs "6.9 feet" Implied 1. The units in "pint to cup" and the first unit in "foot + 2 meters" have an invisible 1 before it. Implied first unit used. If you type "meter + 2 feet + 10", it is the same as typing "meter + 2 feet + 10 meters". Multiple ways to type a unit: inch or inches and foot or feet. Can pass angle units into trig functions: sin(1 radian) or sin(1.2 rads) & cos(90 degrees) or cos(180 degs). Can pass units into user-defined functions. Convert between mass & energy (E=mc^2) . E.g. 10 megatons to pounds = 1.03 pounds. Constants are saved in their respective units. If you type in "speed of light" it will output "1,498,962,290 meter/second". You can use unit conversion with constants. Typing "Earth.Circumference in inches" will output "1,577,755,956 inches". Define your own units. Dimensional Analysis. Function "what is" can be used on units to give physical quantity or vise versa. Function "in base units" can be used on units to break it down into the base SI units that make it up. You can multiple/divide physical quantities, such as length/time = velocity. View the incredible amount of usage examples here. Changes: 1.14 (2020-03-29) Support for multiple pages is back! But this time uses a ComboBox instead of a specified amount of tabs (4 or 8) and works a bit differently. Changed and fixed shortcuts. You can now compare units with logical operators, such as "foot > meter". Splash screen now closes without a delay. Character index is now placed properly for duplicate line, remove line, and enclose line with brackets. Double-clicking on the answer in the results box copies the answer to the clipboard. Settings: Option to insert "ans" when typing "-" at the beginning of the line. Periodic Table: When you click on an element it now freezes the data so you can copy it instead of showing a popup box. Some tests have been removed and some have been added. Passes 1500 single-line tests & 58 multi-line tests with 343 lines. Total lines: 1843. Click here to visit the author's website. Continue below for the main download link. |
||||||||
Downloads | Views | Developer | Last Update | Version | Size | Type | Rank | |
3,631 | 5,400 | Ian Myers <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/CalcPad2_th.png"border="0"> | Jan 08, 2022 - 11:00 | 1.14 | 1.07MB | ZIP | , out of 49 Votes. | |
File Tags | ||||||||
CalcPad v1.14 |
Click to Rate File     Share it on Twitter → Tweet
|