Skip to content

Decimal to Fraction Calculator

Written by Dr. Andrew Chen Dr. Andrew Chen, PhD in Computer Science
Reviewed by Prof. Omar Farooq Prof. Omar Farooq, PhD in Mechanical Engineering

Last updated 2026-08-22 · 5 cited sources

Converting a decimal to a fraction means writing the digits after the point over the matching power of ten, then dividing both halves by their greatest common divisor until nothing divides both any more. That is the entire method: 0.625 becomes 625/1000, the largest number that divides 625 and 1000 is 125, and 625 ÷ 125 over 1000 ÷ 125 leaves 5/8.

One box takes one number. Type a terminating decimal of eight decimal places or fewer and press Calculate. The headline is the reduced fraction, and beneath it one line names the place-value fraction the conversion started from and the divisor that reduced it — 0.625 reports "From 0.625: 625/1000 simplified by GCD 125". A value above 1 adds a mixed-number row, so 2.75 comes back as 11/4 with 2 3/4 beside it.

The method fits decimals that stop. A repeating decimal typed as a rounded figure is converted as the rounded figure, so 0.33333333 returns 33333333/100000000 rather than 1/3; the exact answer for a repeat comes from the algebra further down this page.

Decimal to Fraction Calculator

Enter your values below.

As a Fraction

Enter your details and press “Calculate” to see your results.

Place value first, reduction second: the digits after the point become the numerator over a power of ten, then both halves are divided by their greatest common divisor. 0.625 = 625/1000, GCD 125, so 5/8. A value above 1 also reports the mixed number (2.75 = 11/4 = 2 3/4). Eight decimal places is the limit, and negatives are accepted.

What Is a Decimal to Fraction Conversion?

A decimal and a fraction are two notations for one quantity, so the conversion is a rewrite rather than a calculation that loses anything. Every terminating decimal has exactly one fully reduced fraction, and dividing that fraction back out returns the decimal you started with.

Two Notations, One Number

Place value is what makes the rewrite mechanical. The first digit after the point counts tenths, the second hundredths, the third thousandths, each column ten times smaller than the one to its left. Read 0.625 that way and it is six tenths plus two hundredths plus five thousandths, which over a common denominator of 1000 is 600/1000 + 20/1000 + 5/1000 = 625/1000. The shortcut everyone uses skips the addition: three digits after the point, so put all three digits over 1000.

No approximation has happened at that stage. 625/1000 is exactly 0.625, and so is 5/8; reduction changes how the number is written, never its size.

Numerator, Denominator and Lowest Terms

Wolfram MathWorld defines a fraction as a rational number written a/b, where a is the numerator and b the denominator, and a reduced fraction as one with the common terms cancelled out of both. Lowest terms is the state where no whole number above 1 divides the top and the bottom together — the point at which cancelling has nothing left to remove.

  • Numerator — the top number, 5 in 5/8. It counts how many parts you have.
  • Denominator — the bottom number, 8 in 5/8. It names how many equal parts make one whole.
  • Common divisor — any whole number that divides both, such as 5 dividing 625 and 1000.
  • Greatest common divisor — the largest of those, 125 for 625 and 1000. One division by it finishes the reduction.

That last point is why the panel prints the divisor instead of hiding it. 625/1000, 125/200, 25/40 and 5/8 are the same number written four ways; only the last is reduced, and the GCD is the single divisor that gets there without cancelling by 5 three times over.

Improper Fraction or Mixed Number

Above 1 there are two correct answers and the panel returns both. 2.75 is 11/4 as an improper fraction — numerator larger than denominator — and 2 3/4 as a mixed number, a whole part with a proper fraction beside it. The two are equal: two wholes is 8/4, and 8/4 + 3/4 = 11/4.

Which form you want depends on the job. Algebra prefers the improper fraction, because it multiplies and divides without a separate whole part to carry. A recipe, a cut list or a tape measure prefers the mixed number, because nobody measures 11/4 inches — they measure 2 3/4.

Where the Question Actually Comes From

This conversion is nearly always the last step of something else:

  • A caliper or tape measure is graduated in sixteenths, while the spreadsheet that sized the part says 0.4375. One of the two has to move.
  • A recipe halved to 0.375 cup meets a measuring set with no such mark. 3/8 is a quarter plus an eighth, and both of those are marks.
  • A drill index and a wrench set are labeled in fractions while the drawing is dimensioned in decimals.
  • Homework asks for the working rather than the answer, and the place-value fraction plus the divisor is the working.
  • A share or a probability recorded as 0.35 reads better as 7/20 when it has to be said out loud.

Each of those is a rewrite inside one measurement system, which is why an exact conversion matters more than a close one. 0.42 is not 7/16; it is 21/50, and the nearest sixteenth sits 0.0175 inch away.

Rounding, place value and arithmetic on the decimals themselves are a different job, handled by our Decimal Calculator.

How Do You Calculate a Decimal to a Fraction?

Three steps by hand: count the places, write the digits over that power of ten, divide both by their greatest common divisor. The calculator runs the same three and prints the middle one, so the working stays visible.

The Decimal to Fraction Formula

Write d for the decimal and n for how many digits sit after the point.

place-value fraction = (d × 10^n) / 10^n

g = GCD(d × 10^n, 10^n)

reduced fraction = (d × 10^n ÷ g) / (10^n ÷ g)

The first line always produces a whole numerator, because multiplying by 10^n moves the point past the last digit. The second and third lines are the reduction. For 0.625: n = 3, d × 10³ = 625, 10³ = 1000, g = 125, and the reduced pair is 5 over 8.

The denominator of a reduced terminating decimal can only be built from 2s and 5s, because it has to divide a power of ten and 10 = 2 × 5. MathWorld's entry on regular numbers states the same fact from the other side: a number with a finite decimal expansion can be written p/(2^α5^β). That is why 2, 4, 5, 8, 10, 16, 20, 25, 50 and 100 are the only denominators in the charts below, and 3, 7 and 11 never appear among them.

Step by Step, by Hand

Take 0.35 through the three steps:

  • Count the digits after the point. 0.35 has two, so n = 2.
  • Drop the point and write those digits as the numerator, giving 35.
  • Write 10ⁿ underneath. 10² is 100, so the place-value fraction is 35/100.
  • Find the greatest common divisor of 35 and 100. It is 5.
  • Divide both by it: 35 ÷ 5 = 7 and 100 ÷ 5 = 20, so the answer is 7/20.
  • If the original number was 1 or more, split the whole part off for the mixed form. 0.35 is below 1, so there is nothing to split.

Entering 0.35 in the box returns 7/20 with "From 0.35: 35/100 simplified by GCD 5" underneath — steps three, four and five compressed onto one line.

Finding the Greatest Common Divisor

Step four is the one people skip, and it is the only step that needs a method of its own. Euclid's algorithm is the fast one: divide the larger number by the smaller, keep the remainder, then divide the previous divisor by that remainder, and repeat until a remainder of zero. The last non-zero remainder is the GCD. MathWorld's entry on the Euclidean algorithm describes this loop, and it is what the calculator runs.

GCD(1000, 625)

1000 = 1 × 625 + 375
 625 = 1 × 375 + 250
 375 = 1 × 250 + 125
 250 = 2 × 125 +   0

last non-zero remainder → GCD = 125

Four divisions, no guessing, and the loop stays short. The same procedure on 10000 and 4375 finishes in three lines — 10000 = 2 × 4375 + 1250, then 4375 = 3 × 1250 + 625, then 1250 = 2 × 625 + 0 — producing the 625 that turns 0.4375 into 7/16.

To see that divisor worked out on its own, for any pair of whole numbers, use the GCF Calculator.

Worked Example: 0.4375 From a Caliper

A caliper reads 0.4375 inch and the drill index is labeled in sixteenths. Type 0.4375 and press Calculate.

StepWorkingValue
Count the decimal placesfour digits sit after the pointn = 4
Write the place-value fractionthe digits over 10⁴4375/10000
Find the GCDEuclid on 10000 and 4375, three divisions625
Divide both by the GCD4375 ÷ 625 and 10000 ÷ 6257/16
Mixed number?the value is below 1, so there is no whole partnone

On screen the headline reads 7/16 with a single row beneath it: "From 0.4375: 4375/10000 simplified by GCD 625". Two lines in total, because a value below 1 has no mixed form to add.

7/16 is a real drill size, so the reading has landed on a mark rather than between two. Had the caliper said 0.42, the answer would have been 21/50 — a fraction no index carries, and a signal that the part is 0.0175 inch under the nearest sixteenth.

Worked Example: 2.75, a Value Above One

Same machinery, one extra line of output. Type 2.75.

StepWorkingValue
Count the decimal placestwo digits sit after the pointn = 2
Write the place-value fraction275 over 10²275/100
Find the GCD275 = 2 × 100 + 75; 100 = 1 × 75 + 25; 75 = 3 × 25 + 025
Divide both by the GCD275 ÷ 25 and 100 ÷ 2511/4
Split off the whole part11 ÷ 4 = 2 remainder 32 3/4

The panel leads with 11/4, then a labeled row carrying 2 3/4 against the words Mixed number, then "From 2.75: 275/100 simplified by GCD 25". Three lines, and the mixed row appears only when the value is above 1 and does not come out whole.

A negative of the same size behaves identically with the sign carried on the front: -2.75 returns -11/4 and a mixed number of -2 3/4. Its working line prints the unsigned place-value fraction, "From -2.75: 275/100 simplified by GCD 25", because the sign is set aside before the arithmetic and restored afterwards.

Trailing Zeros Change the Working, Not the Answer

The place count comes from the digits you actually typed, so 0.625 and 0.6250 take different routes to the same place. The first starts at 625/1000 and divides by 125. The second starts at 6250/10000 and divides by 1250. Both land on 5/8.

That is worth knowing when the number arrives from a spreadsheet, which pads to a fixed width. 0.62500 reports "From 0.62500: 62500/100000 simplified by GCD 12500" — a divisor ten times larger again, and an unchanged headline. If a working line looks unfamiliar, count the zeros in what was pasted into the box.

Decimal to Fraction Chart

Two charts cover most of what gets looked up: the sixteenths that an imperial tape measure, drill index or wrench set is marked in, and the tenths and hundredths that fall out of percentages and money. Every row is this calculator's own output for that decimal, including the divisor it used.

Inch Fractions: Sixteenths, Eighths and Quarters

Fifteen decimals, from one sixteenth up to fifteen sixteenths. The last two columns are the working the panel prints.

DecimalFractionStarts asGCD
0.06251/16625/10000625
0.1251/8125/1000125
0.18753/161875/10000625
0.251/425/10025
0.31255/163125/10000625
0.3753/8375/1000125
0.43757/164375/10000625
0.51/25/105
0.56259/165625/10000625
0.6255/8625/1000125
0.687511/166875/10000625
0.753/475/10025
0.812513/168125/10000625
0.8757/8875/1000125
0.937515/169375/10000625

Only the eight odd sixteenths — 1/16, 3/16, 5/16, 7/16, 9/16, 11/16, 13/16 and 15/16 — stay in sixteenths. The even ones cancel down: 2/16 to 1/8, 4/16 to 1/4, 8/16 to 1/2. That is the long-and-short-mark pattern on a tape measure, and it is also why the chart stops at fifteen rows rather than sixteen. 16/16 is 1, and a whole number comes back as 1/1.

The GCD column says something the fraction alone does not. It is 625 for every odd sixteenth, 125 for every eighth, 25 for the quarters and 5 for the half, because a four-place decimal starts over 10000 while a three-place decimal starts over 1000. A large divisor is a sign of a long decimal, not a complicated fraction.

Everyday Decimals: Tenths, Twentieths and Hundredths

The decimals that come out of percentages, split bills and money.

DecimalFractionStarts asGCD
0.051/205/1005
0.11/101/101
0.123/2512/1004
0.153/2015/1005
0.21/52/102
0.246/2524/1004
0.33/103/101
0.357/2035/1005
0.369/2536/1004
0.42/54/102
0.4221/5042/1002
0.459/2045/1005
0.63/56/102
0.6513/2065/1005
0.77/107/101
0.84/58/102
0.8383/10083/1001
0.8517/2085/1005
0.99/109/101
0.9519/2095/1005

A 1 in the GCD column means the decimal was already in lowest terms as written, which is where 0.1, 0.3, 0.7, 0.9 and 0.83 sit: 1, 3, 7 and 9 share no factor with 10, and 83 is prime.

Percentages land in this table constantly. A 5% tax is 1/20, a 15% tip is 3/20, a 35% share is 7/20 — anything ending in 5 becomes twentieths, except 25% and 75%, which reduce further to 1/4 and 3/4.

Why Some Fractions Never Appear in Either Chart

No chart of this kind carries an exact 1/3, 1/6, 1/7, 1/9 or 1/11, and the reason is structural rather than editorial. A fraction has a terminating decimal only when its reduced denominator is built from 2s and 5s — MathWorld's regular numbers, of the form p/(2^α5^β). Three, seven, nine and eleven are not, so their decimals run forever, and no finite decimal in any chart can equal them.

FractionExact decimalTyped at 8 placesWhat the panel returns
1/30.333333…0.3333333333333333/100000000
2/30.666666…0.6666666766666667/100000000
1/60.166666…0.1666666716666667/100000000
1/70.142857142857…0.142857147142857/50000000
1/90.111111…0.1111111111111111/100000000
1/110.090909…0.090909099090909/100000000

Every entry in the last column is right for the number that was typed and wrong for the fraction it came from. 33333333/100000000 falls short of 1/3 by one part in a hundred million — close, and not equal. Exact conversions for these come from algebra rather than place value, and the repeating-decimal section below works them out.

How to Read Your Result

Two lines come back for a value below 1 and three for a value above it. The headline is always the reduced fraction; everything under it is the working, printed so the answer can be checked rather than taken on trust.

The Lines the Panel Returns

You typeHeadlineFirst rowSecond row
0.6255/8From 0.625: 625/1000 simplified by GCD 125
2.7511/4Mixed number → 2 3/4From 2.75: 275/100 simplified by GCD 25
-2.75-11/4Mixed number → -2 3/4From -2.75: 275/100 simplified by GCD 25
-0.35-7/20From -0.35: 35/100 simplified by GCD 5
44/14 is a whole number

On the mixed-number row the label sits to the left and the number to the right, the way the panel lays out any labeled value. The working row prints as one unbroken line. A Copy result button below the rows puts the headline and every row on the clipboard together.

What the Working Line Is For

"From 0.625: 625/1000 simplified by GCD 125" is three facts in sequence: the number as it was read, the place-value fraction before any reduction, and the divisor that took it to lowest terms. Together they are the working a teacher asks for, and they are also a self-check — multiply the headline back up by the divisor and the place-value fraction should reappear. Here 5 × 125 = 625 and 8 × 125 = 1000.

A divisor of 1 means the place-value fraction was already reduced, so the headline matches the fraction beside it, as it does for 0.7 with "From 0.7: 7/10 simplified by GCD 1". A very large divisor usually reflects a long decimal: 0.15625 reports a GCD of 3125 and reduces to 5/32.

The Mixed-Number Row

This row shows up only when the value is 1 or more and does not come out whole. 1.5 gets one, returning 3/2 with 1 1/2 beside it. 0.75 does not, having no whole part. Nor does 4, which is reported as 4/1 with the note "4 is a whole number" and no working line at all, since a whole number has nothing to reduce.

Reading a mixed number back is division with a remainder: 11/4 is 11 ÷ 4 = 2 remainder 3, so two wholes and three quarters. Going the other way, multiply the whole part by the denominator and add the numerator — 2 × 4 + 3 = 11.

The Messages That Replace an Answer

Three situations produce an amber notice instead of a fraction.

What happenedWhat appears
Calculate was pressed with the box emptyEnter a value for Decimal Number.
The number carries nine or more decimal placesUse 8 decimal places or fewer
The formula received nothing it could read as a numberEnter a decimal number

The first is caught before the formula runs, by the form's own check on its one required field. The second is the formula's limit and is easiest to hit by pasting: 0.123456789 is refused, while 0.12345678 converts and returns 6172839/50000000. The third is the formula's fallback, and it is rare in practice because the box is a number field.

The panel starts empty rather than showing a worked example, because the box starts blank. Nothing is computed until Calculate is pressed, and pressing it again is what refreshes the answer after a change — typing alone does not.

Repeating Decimals: Why 0.333 Is Not 1/3

MathWorld puts the split plainly: every rational number has either a finite decimal expansion or a repeating one, while an irrational number such as π neither terminates nor becomes periodic. Place value handles the first kind. The second needs a few lines of algebra, which give an exact answer rather than a close one.

The Algebra That Cancels the Repeat

Set x equal to the repeating decimal, multiply by a power of ten large enough to shift exactly one repeating block past the point, then subtract the original equation from the shifted one. The infinite tails are identical, so they cancel and leave whole numbers on both sides.

  x = 0.333…
10x = 3.333…

10x − x = 3.333… − 0.333…
9x = 3
x = 3/9 = 1/3

One repeating digit, so multiplying by 10 leaves 9x after the subtraction. Two repeating digits need 100: from x = 0.727272… comes 100x = 72.727272…, then 99x = 72, so x = 72/99 = 8/11.

The Nines Shortcut

That subtraction always leaves the same shape, so it can be skipped. A decimal repeating from the first digit after the point equals its repeating block over as many 9s as the block has digits, then reduced.

Repeating decimalBlockOver ninesReduced
0.333…33/91/3
0.666…66/92/3
0.111…11/91/9
0.272727…2727/993/11
0.727272…7272/998/11
0.142857142857…142857142857/9999991/7
0.999…99/91

The 1/7 row is the shortcut at full stretch: 142857 × 7 = 999999 exactly, which is why the six-digit block divides out so cleanly. The last row is not a trick either. 0.999… and 1 are two decimal expansions of one number, and the algebra shows it without special pleading — x = 0.999…, 10x = 9.999…, 9x = 9, x = 1.

When the Repeat Starts Late

Some decimals have a settling-in digit before the repeat begins; 0.1666… is one, and 0.8333… is another. Shift twice instead of once — multiply by 10 to clear the non-repeating digit, multiply again to move one repeating block, then subtract.

   x = 0.1666…
 10x = 1.666…
100x = 16.66…

100x − 10x = 16.66… − 1.666…
90x = 15
x = 15/90 = 1/6

In general: take every digit up to the end of the first repeat, subtract the non-repeating part, and put that over as many 9s as there are repeating digits followed by as many 0s as there are non-repeating ones. For 0.1666… that reads (16 − 1)/90 = 15/90 = 1/6 — the same arithmetic in a single step.

What Happens If You Type a Repeat Into This Calculator

It converts the number you typed, exactly, and that number is not the repeat. 0.33333333 comes back as 33333333/100000000, and no rounding step turns that into 1/3 — nor should one, because 33333333/100000000 is the honest answer for those eight digits. The same holds for 0.16666667, which returns 16666667/100000000 rather than 1/6.

So the algebra above is the tool for a repeat, and this page's calculator is the tool for a decimal that stops. When a value arrives from a division — a measurement, a share, a probability — check whether the division actually terminated before treating the printed digits as the whole number.

Once a value is a fraction, adding, subtracting, multiplying or dividing it is the job of our Fraction Calculator.

Limits: Where the Place-Value Method Stops

The conversion is exact inside its range, and the range has edges worth knowing before an answer is trusted.

  • Eight decimal places, no more. A ninth digit returns "Use 8 decimal places or fewer" in place of a fraction — 0.12345678 is accepted and gives 6172839/50000000, while 0.123456789 is not.
  • A repeating decimal is not recognized as one. The calculator sees the digits in the box and nothing else, so a rounded repeat converts to the rounded value's fraction.
  • An irrational number has no fraction at all. Typing 3.14159265 returns 62831853/20000000 with a mixed number of 3 2831853/20000000 — exact for those nine digits, and only an approximation of π.
  • Trailing zeros are counted. 0.625 and 0.62500 both give 5/8, by way of different place-value fractions and different divisors.
  • It converts rather than measures. There is no snapping to the nearest sixteenth or thirty-second, so 0.42 comes back as 21/50 and stays there.
  • A whole number is reported over 1 with no reduction line, because 4/1 has nothing to divide out.
  • One number at a time. There is no second box, so comparing two conversions means running the tool twice.

None of that is a rounding weakness in the arithmetic. Within eight places the conversion is exact: the numerator is a whole number by construction, the divisor is the true greatest common divisor, and both divisions come out whole with no remainder to discard.

The cheapest check on any answer here is the division that reverses it. 5 ÷ 8 = 0.625, 7 ÷ 16 = 0.4375, 21 ÷ 50 = 0.42. If the fraction divides back to the decimal you started with, the conversion is right.

Frequently Asked Questions

What is 0.625 as a fraction?

5/8. Three decimal places puts it over 1000 as 625/1000, the greatest common divisor of 625 and 1000 is 125, and dividing both by it leaves 5/8. The panel shows 5/8 with "From 0.625: 625/1000 simplified by GCD 125" underneath.

What is 0.375 as a fraction?

3/8. It starts as 375/1000 and reduces by a divisor of 125. In a kitchen that is a quarter cup plus an eighth, since 3/8 = 2/8 + 1/8 and both of those are marks on a standard measuring set.

What is 0.4375 as a fraction?

7/16. Four decimal places puts it over 10000 as 4375/10000, and Euclid's algorithm finds the divisor 625 in three lines: 10000 = 2 × 4375 + 1250, then 4375 = 3 × 1250 + 625, then 1250 = 2 × 625 + 0.

How do you convert a decimal to a fraction by hand?

Count the digits after the point, write those digits over 10 raised to that count, then divide top and bottom by their greatest common divisor. For 0.35: two places, so 35/100; the GCD of 35 and 100 is 5; 35 ÷ 5 over 100 ÷ 5 gives 7/20.

What is 2.75 as a fraction?

11/4 as an improper fraction and 2 3/4 as a mixed number — the panel returns both. The route is 275/100 reduced by a divisor of 25, then 11 ÷ 4 = 2 remainder 3 for the mixed form. Algebra normally wants 11/4; a tape measure wants 2 3/4.

What is 0.333 as a fraction?

It depends on whether the 3s stop. Exactly 0.333 is 333/1000 and does not reduce, so its divisor is 1. The endless 0.333… is exactly 1/3, from the algebra x = 0.333…, 10x = 3.333…, 9x = 3. Typing 0.33333333 into this calculator returns 33333333/100000000, the exact fraction for those eight digits.

What is 0.1 as a fraction?

1/10, already in lowest terms — the panel reports a GCD of 1. The same goes for 0.3 as 3/10, 0.7 as 7/10 and 0.9 as 9/10, because 1, 3, 7 and 9 share no factor with 10. The even tenths do reduce: 0.2, 0.4, 0.6 and 0.8 become 1/5, 2/5, 3/5 and 4/5.

What is 0.05 as a fraction?

1/20, from 5/100 with a divisor of 5. Percentages ending in 5 generally land on twentieths — 15% is 3/20, 35% is 7/20, 85% is 17/20 — with 25% and 75% the exceptions, reducing further to 1/4 and 3/4.

How many decimal places does this calculator accept?

Eight. 0.12345678 converts and returns 6172839/50000000, while adding a ninth digit produces "Use 8 decimal places or fewer" instead of a fraction. Leaving the box empty gives a different message: "Enter a value for Decimal Number."

Does it work with negative decimals?

Yes. -0.35 returns -7/20, and -2.75 returns -11/4 with a mixed number of -2 3/4. The sign is set aside for the arithmetic and restored on the headline, so the working line shows the unsigned fraction — "From -0.35: 35/100 simplified by GCD 5".

What happens if I enter a whole number?

It comes back over 1. Enter 4 and the headline is 4/1 with the note "4 is a whole number"; there is no place-value line, because nothing needs reducing. Entering 4.0 produces the same two lines.

Why does 0.6250 report a different GCD than 0.625?

Because the place count comes from the digits typed. 0.625 starts at 625/1000 and divides by 125; 0.6250 starts at 6250/10000 and divides by 1250. Both reduce to 5/8. A spreadsheet padding values to four or five decimal places is the usual reason a working line looks larger than expected.

Can every decimal be written as a fraction?

Every terminating decimal and every repeating decimal can, and together those are exactly the rational numbers. MathWorld notes that irrational numbers such as π neither terminate nor become periodic, so no fraction equals them: 22/7 is 3.142857…, which agrees with π only as far as 3.14.

How do I turn a decimal into sixteenths?

If the decimal is exactly a sixteenth, this tool says so — 0.1875 returns 3/16 and 0.6875 returns 11/16. If it is not, no conversion will make it one: 0.42 returns 21/50, and the nearest sixteenth, 7/16 or 0.4375, sits 0.0175 inch away. Choosing it is a rounding decision, not a conversion.

Methodology. This calculator uses standard, peer-reviewed mathematical formulas. It is reviewed and maintained by the Vast Calculators editorial team.

Last updated ·

Results are estimates for general use; verify critical figures independently.

What to Work Out Next

See all Math Calculators