All tools โบ Powers and roots
Absolute value calculator
Solves |ax + b| = c and the inequalities, with both cases written out.
It runs entirely in this browser tab: what you type is never uploaded, and the tool makes no network request while it works. Open your browser's network panel and try it โ nothing leaves the page. There is no sign-up and no limit beyond what your own browser can hold.
Settings
- Decimal places
- A number from 0 to 12.
How to use it
- Paste your text into the box above, or open a file.
- Adjust the settings beside it until the result is what you wanted.
- Copy the result, or save it as a file. The result updates as you type.
Questions
- Is what I type uploaded anywhere?
- No. This page carries the whole tool as WebAssembly and runs it on your own device. Nothing you type is sent anywhere.
- How exact is the arithmetic?
- Exact wherever an exact answer exists: fractions are rationals and money is decimal, neither goes through floating point. Where the answer is genuinely irrational โ a root, a logarithm โ it is computed digit by digit to the number of places you ask for, and the tool says whether it landed exactly or stopped there.
- Can I get this result again later?
- The settings travel in the page's address, after the #, so a link reproduces them exactly โ and the fragment of an address is never sent to a server. Anything random takes a sheet number, so the same number brings the same worksheet back, answer key and all.
- Is there a version that is not a web page?
- Yes. The same tools are built as a desktop application from the same code, with a save dialog instead of a download and no network code at all.
Other tools for powers and roots
Exponent calculator
Any exponent, whole or not โ with the reciprocal and the root written out.
Root calculator
โ72 is 6โ2 โ the simplified form the exercise asks for, not just the decimal.
Logarithm calculator
Any base, with the change-of-base rule written out in your own numbers.
Modulo calculator
โ7 mod 3 is 2 or โ1 depending on the language. Both answers, with the languages.
All twenty-two tools